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 80acf74 commit df18d94Copy full SHA for df18d94
package.json
@@ -19,7 +19,7 @@
19
"lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
20
"test": "jest",
21
"test:watch": "jest --watch",
22
- "test:ci": "jest --ci --runInBand --passWithNoTests",
+ "test:ci": "jest --ci --runInBand",
23
"version": "npm run build",
24
"postversion": "npm run postbuild",
25
"release": "np --contents dist/",
0 commit comments