There was an error while loading. Please reload this page.
1 parent dfbe3d0 commit bd154d1Copy full SHA for bd154d1
package.json
@@ -29,7 +29,7 @@
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",
+ "test:watch": "jest --config jest.config.json --watchAll",
33
"version": "npm run build && git add -A ./dist",
34
"postversion": "git push && git push --tags"
35
},
0 commit comments