Skip to content

Commit

Permalink
'npm run build' instead of grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed May 10, 2021
1 parent 510bc19 commit 42630e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if ! sed -i 's/"version": "[^"]*"/"version": "'$VERSION'"/' package.json; then
fi

# build from source
if ! grunt; then
if ! npm run build; then
echo 'Build failed... cannot create release'
exit
fi
Expand Down

0 comments on commit 42630e9

Please sign in to comment.