Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 95859f5

Browse files
committed
Do not download node header files
1 parent eddd3d4 commit 95859f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ freebsd_build_task:
3737
build_script:
3838
- |
3939
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
40-
echo "$change_dir npm install --unsafe-perm --production" | $exec_prefix /bin/sh
40+
echo "$change_dir npm install --unsafe-perm --production --nodedir=/usr/local" | $exec_prefix /bin/sh
4141
echo "Generated files:"
4242
echo "$change_dir find vendor" | $exec_prefix /bin/sh
4343

0 commit comments

Comments
 (0)