From 37e19e6bfc3c5fe95f5d5cac84c475e772fa3555 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 8 Jul 2021 12:32:37 +0930 Subject: [PATCH] fix: ensure build script is run on git install --- package.json | 1 + 1 file changed, 1 insertion(+) 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",