diff --git a/bin/deploy b/bin/deploy index 45d7cf2..acbfe3e 100755 --- a/bin/deploy +++ b/bin/deploy @@ -7,5 +7,5 @@ echo "Deploying bbs to ${PROJECT_PATH}" cd "$PROJECT_PATH" || exit 1 git pull -npm run i +npm install npm run build