Skip to content

Commit

Permalink
Fix package-lock and start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldiPat committed Sep 12, 2023
1 parent 477f982 commit efebcda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Install Dependencies"
npm install

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

echo "Start "
npm start

0 comments on commit efebcda

Please sign in to comment.