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 4e61017 commit 3b0bc6bCopy full SHA for 3b0bc6b
package.json
@@ -23,9 +23,8 @@
23
"prepack": "npm run compile && npm run tsc",
24
"prettier": "prettier --check src",
25
"prettier-write": "prettier --write src",
26
- "test": "npm run test-coverage && npm run eslint && npm run check-types",
27
- "test-only": "jest",
28
- "test-coverage": "jest --coverage",
+ "test": "npm run test-only && npm run eslint && npm run check-types",
+ "test-only": "jest --coverage",
29
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
30
"tsc-cjs": "tsc --project tsconfig.cjs.json",
31
"tsc-esm": "tsc --project tsconfig.esm.json"
0 commit comments