Skip to content

Commit caad327

Browse files
authored
Update bootstrap
1 parent 7f3334b commit caad327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ echo "==> Installing Node dependencies…"
2323

2424
PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
2525

26-
$PACKAGE_MANAGER install "$@"
26+
$PACKAGE_MANAGER install "$@" --ignore-scripts

0 commit comments

Comments
 (0)