Skip to content

Commit

Permalink
disable watcher in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alserz1 committed Jun 27, 2024
1 parent 8246c3d commit ecdee01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testandlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install

- name: Test
run: npm run test
run: npm run test:build

- name: ESLint
run: npm run lint
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watchAll",
"test:build": "jest",
"prepare": "husky install"
},
"browserslist": {
Expand Down

0 comments on commit ecdee01

Please sign in to comment.