There was an error while loading. Please reload this page.
1 parent 4a91614 commit a426ee8Copy full SHA for a426ee8
package.json
@@ -14,7 +14,7 @@
14
"clean": "rimraf dist",
15
"lint": "eslint src test",
16
"watch": "watch 'npm run build' src test",
17
- "test": "vitest",
+ "test": "vitest run",
18
"prebuild": "npm run lint -s && npm run clean -s && mkdirp dist",
19
"build": "npm run rollup -s && npm run babel -s",
20
"rollup-esm": "rollup src/index.js --output.format esm --name AsyncComputed --output.file dist/vue-async-computed.esm.esnext.js",
0 commit comments