Skip to content

Commit

Permalink
Adds prepare script so dist is built automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdiz committed Oct 24, 2022
1 parent 92fc7c1 commit f0783fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"handlebars": "bin/handlebars"
},
"scripts": {
"prepare": "$(npm bin)/grunt build",
"build": "grunt build",
"format": "prettier --write '**/*.js' && eslint --fix .",
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
Expand Down

0 comments on commit f0783fd

Please sign in to comment.