Skip to content

Commit

Permalink
Use clean install instead of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldiPat committed Sep 12, 2023
1 parent efebcda commit 64e7709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# !/bin/bash

echo "Install Dependencies"
npm install
npm ci

echo "Remove test files of whisker-main due to compiling issues"
rm -rf node_modules/whisker-main/whisker-main/test
Expand Down

0 comments on commit 64e7709

Please sign in to comment.