Skip to content

Commit 3fb937e

Browse files
committed
fix(build): vitest without watch
1 parent 804cde0 commit 3fb937e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/pinorama-transport/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
},
1111
"files": ["dist"],
1212
"scripts": {
13-
"test": "vitest",
14-
"test:cov": "vitest run --coverage",
13+
"test": "vitest run",
14+
"test:watch": "vitest",
15+
"test:coverage": "vitest run --coverage",
1516
"test:debug": "vitest --inspect-brk --no-file-parallelism",
1617
"clean": "rimraf ./dist",
1718
"build": "pnpm clean && tsc",

0 commit comments

Comments
 (0)