There was an error while loading. Please reload this page.
1 parent f838da1 commit 9d1c95fCopy full SHA for 9d1c95f
package.json
@@ -27,6 +27,7 @@
27
"scripts": {
28
"prebuild": "rm -rf ./dist",
29
"build": "microbundle build --tsconfig ./tsconfig.json --name VueBrowserAcl",
30
+ "build:watch": "microbundle watch --tsconfig ./tsconfig.json --name VueBrowserAcl",
31
"test": "jest --config jest.config.json",
32
"test:watch": "jest jest --config jest.config.json --watchAll",
33
"version": "npm run build && git add -A ./dist",
0 commit comments