Skip to content

Commit

Permalink
fix: ensure build script is run on git install
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Jul 8, 2021
1 parent a9a859f commit 37e19e6
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 @@ -5,6 +5,7 @@
"main": "dist/vuexok.js",
"types": "dist/vuexok.d.ts",
"scripts": {
"prepare": "npm run build",
"test": "eslint -c test/types/.eslintrc.json test/types/**/*.ts",
"build": "rollup -c ./rollup.config.ts",
"docs:dev": "vuepress dev vuepress",
Expand Down

0 comments on commit 37e19e6

Please sign in to comment.