Skip to content

Commit b69416e

Browse files
author
Daniele Briggi
committed
chore(workflow): force exit
1 parent 20f3434 commit b69416e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/**/*"
99
],
1010
"scripts": {
11-
"test": "jest --coverage --testPathIgnorePatterns=core",
11+
"test": "jest --forceExit --coverage --testPathIgnorePatterns=core",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
1313
"publish": "npm run build && npm publish --access public",
1414
"prettier": "prettier --write 'src/**/*'",

0 commit comments

Comments
 (0)