Skip to content

Commit

Permalink
Update upload_fs script
Browse files Browse the repository at this point in the history
  • Loading branch information
DrA1ex committed Sep 10, 2024
1 parent 7b18dcc commit 0fe935a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload_fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ set +v
echo "Building..."

cd ./www || (echo "No directory ./www" && exit 1)
npm run build || (echo "Failed" && exit 2)
npm install || (echo "Unable to install npm packages" && exit 2)
npm run build || (echo "Failed" && exit 3)
cd ..

echo "Compress..."
Expand Down

0 comments on commit 0fe935a

Please sign in to comment.