Skip to content

Commit

Permalink
--runInBand --forceExit --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 19, 2024
1 parent 657b29f commit f1384af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build-assets-win": "ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\" src/buildAssets.ts",
"release": "yarn electron-builder --publish onTagOrDraft --x64",
"install-app-deps": "electron-builder install-app-deps",
"test": "xvfb-maybe jest --runInBand",
"test": "xvfb-maybe jest --runInBand --forceExit --verbose",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "run-s .:lint:eslint .:lint:tsc",
".:lint:eslint": "eslint .",
Expand Down

0 comments on commit f1384af

Please sign in to comment.