We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3334b commit caad327Copy full SHA for caad327
scripts/bootstrap
@@ -23,4 +23,4 @@ echo "==> Installing Node dependencies…"
23
24
PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
25
26
-$PACKAGE_MANAGER install "$@"
+$PACKAGE_MANAGER install "$@" --ignore-scripts
0 commit comments