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