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 c7601fe commit b360346Copy full SHA for b360346
src/tools/scripts/run_and_test_website.sh
@@ -73,7 +73,7 @@ sleep 2
73
pgrep -if "python main.py"
74
75
echo "Installing node modules"
76
-npm ci
+[ "$GITHUB_ACTIONS" ] && npm ci || npm install
77
78
echo "Building website"
79
npm run generate
0 commit comments