We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ce4f commit 45f02acCopy full SHA for 45f02ac
1 file changed
package.json
@@ -75,7 +75,7 @@
75
"build": "rm -rf lib && tsc",
76
"lint": "tsc -p test --noEmit && eslint . --ext .ts",
77
"posttest": "npm run lint",
78
- "prepublishOnly": "npm run build && npm run changelog",
+ "prepublishOnly": "npm run build",
79
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
80
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
81
"example": "sh examples/run.sh"
0 commit comments