Skip to content

Commit

Permalink
update build scripts, check node_module
Browse files Browse the repository at this point in the history
  • Loading branch information
acane77 committed May 6, 2024
1 parent 674a39c commit c104216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function build_website() {
copy_website_files
return 0;
fi
if [ "$CONFIG_INSTALL_DEPS" != "" ]; then
if [ "$CONFIG_INSTALL_DEPS" != "" ] || [ ! -d node_modules ]; then
echo "-- Installing NPM deps ..."
npm install
__assert "install NPM deps failed"
Expand Down

0 comments on commit c104216

Please sign in to comment.