Skip to content

Commit e5fd045

Browse files
authored
fix test:ci should not watch file changes locally (#8417)
1 parent 0dc4316 commit e5fd045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/workflows-shared/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"clean": "rimraf dist",
3131
"deploy": "echo 'no deploy'",
3232
"dev": "pnpm run bundle:local-binding --watch",
33-
"test:ci": "vitest"
33+
"test:ci": "vitest run",
34+
"test:watch": "vitest"
3435
},
3536
"dependencies": {
3637
"heap-js": "^2.5.0",

0 commit comments

Comments
 (0)