We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8246c3d commit ecdee01Copy full SHA for ecdee01
.github/workflows/testandlint.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm install
30
31
- name: Test
32
- run: npm run test
+ run: npm run test:build
33
34
- name: ESLint
35
run: npm run lint
package.json
@@ -33,6 +33,7 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watchAll",
36
+ "test:build": "jest",
37
"prepare": "husky install"
38
},
39
"browserslist": {
0 commit comments