Skip to content

Commit a426ee8

Browse files
Run tests only once on npm test
1 parent 4a91614 commit a426ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "rimraf dist",
1515
"lint": "eslint src test",
1616
"watch": "watch 'npm run build' src test",
17-
"test": "vitest",
17+
"test": "vitest run",
1818
"prebuild": "npm run lint -s && npm run clean -s && mkdirp dist",
1919
"build": "npm run rollup -s && npm run babel -s",
2020
"rollup-esm": "rollup src/index.js --output.format esm --name AsyncComputed --output.file dist/vue-async-computed.esm.esnext.js",

0 commit comments

Comments
 (0)