Skip to content

Commit ecdee01

Browse files
committed
disable watcher in github actions
1 parent 8246c3d commit ecdee01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/testandlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install
3030

3131
- name: Test
32-
run: npm run test
32+
run: npm run test:build
3333

3434
- name: ESLint
3535
run: npm run lint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"build": "tsc && vite build",
3434
"preview": "vite preview",
3535
"test": "jest --watchAll",
36+
"test:build": "jest",
3637
"prepare": "husky install"
3738
},
3839
"browserslist": {

0 commit comments

Comments
 (0)