Skip to content

Commit

Permalink
Merge pull request #3 from OmgImAlexis/master
Browse files Browse the repository at this point in the history
fix: ensure build script is run on git install
  • Loading branch information
spb-web authored Jul 17, 2021
2 parents a9a859f + 37e19e6 commit 1865a73
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 1865a73

Please sign in to comment.