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 5bf72a7 commit 7052693Copy full SHA for 7052693
package.json
@@ -17,8 +17,7 @@
17
"dev": "npm run lint && npm run build && npm run test",
18
"test": "c8 --reporter=html --reporter=text-summary --reporter=lcov mocha \"lib/test/**/*_test.js\"",
19
"format": "prettier --write \"src/**/*.ts\"",
20
- "prepare": "npm run build",
21
- "prepublishOnly": "npm run lint && npm run test"
+ "prepare": "npm run build"
22
},
23
"repository": {
24
"type": "git",
0 commit comments