We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b9c24 commit 8bb5cf6Copy full SHA for 8bb5cf6
executor/package.json
@@ -11,7 +11,7 @@
11
"lint-fix": "eslint --fix --ext ts .",
12
"fmt": "prettier --write --parser typescript --config .prettierrc '**/*.ts'",
13
"exeute-audit": "yarn && yarn build && node index.js && yarn clean",
14
- "test": "yarn && jest --runInBand --config=jest.config.json && yarn clean"
+ "test": "yarn && jest --config=jest.config.json && yarn clean"
15
},
16
"dependencies": {
17
"debug": "4.3.1"
0 commit comments