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 44fb922 commit 2985ab7Copy full SHA for 2985ab7
package.json
@@ -8,7 +8,7 @@
8
"lib/**/*"
9
],
10
"scripts": {
11
- "test": "jest --silent --forceExit --coverage --testPathIgnorePatterns=core",
+ "test": "jest --silent --coverage --testPathIgnorePatterns=core",
12
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
13
"publish": "npm run build && npm publish --access public",
14
"prettier": "prettier --write 'src/**/*'",
0 commit comments