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 2dc0eab commit 694b467Copy full SHA for 694b467
package.json
@@ -12,7 +12,7 @@
12
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
13
"prepare": "npx husky install",
14
"lint": "npm run lint:jsts -- --fix && npm run lint:style",
15
- "test": "jest"
+ "test": "jest --passWithNoTests"
16
},
17
"engines": {
18
"node": ">=18"
0 commit comments