Skip to content

Commit b360346

Browse files
committed
optional
1 parent c7601fe commit b360346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/scripts/run_and_test_website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sleep 2
7373
pgrep -if "python main.py"
7474

7575
echo "Installing node modules"
76-
npm ci
76+
[ "$GITHUB_ACTIONS" ] && npm ci || npm install
7777

7878
echo "Building website"
7979
npm run generate

0 commit comments

Comments
 (0)