We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209dde6 commit e6b2866Copy full SHA for e6b2866
package.json
@@ -35,9 +35,9 @@
35
"format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
36
"lint": "eslint src test && publint",
37
"prepare": "npm run build",
38
- "prepublishOnly": "rm -rf dist && npm test",
+ "prepublishOnly": "npm run lint && rm -rf dist && npm test",
39
"release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
40
- "pretest": "npm run lint && npm run build",
+ "pretest": "npm run build",
41
"test": "mocha",
42
"bench": "npm run build && node benchmark/index.mjs",
43
"watch": "rollup -cw"
0 commit comments