Skip to content

Commit 8bb5cf6

Browse files
authored
Update package.json
1 parent b1b9c24 commit 8bb5cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint-fix": "eslint --fix --ext ts .",
1212
"fmt": "prettier --write --parser typescript --config .prettierrc '**/*.ts'",
1313
"exeute-audit": "yarn && yarn build && node index.js && yarn clean",
14-
"test": "yarn && jest --runInBand --config=jest.config.json && yarn clean"
14+
"test": "yarn && jest --config=jest.config.json && yarn clean"
1515
},
1616
"dependencies": {
1717
"debug": "4.3.1"

0 commit comments

Comments
 (0)