diff --git a/package.json b/package.json index 81405b0..52b2d38 100644 --- a/package.json +++ b/package.json @@ -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",