mirror of https://github.com/waku-org/js-waku.git
Run tests in parallel
React build is quite long so best to run other linters in parallel.
This commit is contained in:
parent
b828f7773c
commit
b8e7079b67
|
@ -28,7 +28,7 @@
|
|||
"build:react": "react-scripts build",
|
||||
"eject": "react-scripts eject",
|
||||
"fix": "run-s fix:*",
|
||||
"test": "run-s build test:*",
|
||||
"test": "npm-run-all build --parallel test:*",
|
||||
"test:lint": "eslint src --ext .ts --ext .tsx",
|
||||
"test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different",
|
||||
"test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"test:unit": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"fix": "run-s fix:*",
|
||||
"test": "run-s build test:*",
|
||||
"test": "npm-run-all build --parallel test:*",
|
||||
"test:lint": "eslint src --ext .ts --ext .tsx",
|
||||
"test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different",
|
||||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json",
|
||||
|
|
Loading…
Reference in New Issue