Skip to content

Commit

Permalink
chore: added prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 5, 2019
1 parent 02253a8 commit b16f329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"build:main": "node scripts/main.js",
"ts:defs": "./scripts/definitions.sh",
"build": "npm run build:main && npm run ts:defs && npm run build:locale",
"cover": "jest --coverage"
"cover": "jest --coverage",
"prepublishOnly": "npm run build && npm run ts:defs"
},
"keywords": [
"VueJS",
Expand Down

0 comments on commit b16f329

Please sign in to comment.