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 6d5d4e5 commit 620df92Copy full SHA for 620df92
1 file changed
package.json
@@ -34,12 +34,11 @@
34
"build": "npm-run-all -p \"build:**\"",
35
"test:only": "cross-env NODE_ENV=test jest ./test/logging.test.js",
36
"test:watch": "npm run test:only -- --watch",
37
- "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
+ "test:coverage": "node ./rewrite.js && npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
38
"pretest": "npm run lint",
39
"test": "npm run test:coverage",
40
"prepare": "husky && npm run build",
41
- "release": "standard-version",
42
- "postinstall": "node ./rewrite.js"
+ "release": "standard-version"
43
},
44
"files": [
45
"dist",
0 commit comments