We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4c3cf commit 29273eaCopy full SHA for 29273ea
1 file changed
package.json
@@ -41,9 +41,8 @@
41
"lint": "npx [email protected] 'src/**/*.{js,jsx,ts,tsx}' -t verbose --project .",
42
"clean": "npx [email protected] lib typedocs coverage gh-pages yarn-error.log",
43
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
44
- "jest": "node -r ts-node/register ./node_modules/.bin/jest",
45
"test": "jest --maxWorkers 7",
46
- "test:ci": "yarn jest --maxWorkers 3 --no-cache",
+ "test:ci": "jest --maxWorkers 3 --no-cache",
47
"coverage": "yarn test --collectCoverage",
48
"typedoc": "npx [email protected]",
49
"build:pages": "npx [email protected] gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
0 commit comments