There was an error while loading. Please reload this page.
1 parent e97753b commit 6bcd973Copy full SHA for 6bcd973
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"build": "tsc",
17
"lint": "eslint --ext js,ts,tsx src",
18
"lint:fix": "npm run lint -- --fix",
19
- "test": "jest --config jestconfig.json",
+ "test": "jest --config jestconfig.json --passWithNoTests",
20
"prepare": "npm run build",
21
"prepublishOnly": "npm test && npm run lint",
22
"version": "npm run lint:fix && git add -A src",
0 commit comments