diff --git a/package.json b/package.json index 69b179d6..296feef3 100644 --- a/package.json +++ b/package.json @@ -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",