Skip to content

Commit

Permalink
use npx instead of hardcoding grunt path
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed May 30, 2020
1 parent d6c8c17 commit 1b6c03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo '[+] running npm install' >&2
npm install --production >&2

echo '[+] running grunt' >&2
./node_modules/grunt/bin/grunt dev uglify less >&2
npx grunt dev uglify less >&2

(
if [ "${include_sao}" = "true" ]; then
Expand Down

0 comments on commit 1b6c03f

Please sign in to comment.