We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c40cec commit 12d7b5dCopy full SHA for 12d7b5d
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"clean": "rm -rf dist",
12
"build": "rollup -c",
13
"prepublishOnly": "yarn lint && yarn test && yarn run clean && yarn build",
14
- "test": "jest --runInBand",
+ "test": "jest",
15
"lint": "yarn lint:check --fix && yarn prettier",
16
"prettier": "prettier --write './src/**/*.ts' './src/**/*.tsx' --config ./.prettierrc",
17
"lint:check": "eslint ./src --ext .jsx,.ts --ignore-pattern *.test.ts --report-unused-disable-directives",
0 commit comments