Skip to content

Commit dddac19

Browse files
committed
fix(scripts): Remove changelog package.json task
1 parent 2eb0913 commit dddac19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"precommit": "lint-staged --verbose",
103103
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js' --single-quote",
104104
"doc": "./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",
105-
"changelog": "standard-changelog -i CHANGELOG.md -w",
106105
"self-lint": "node ./bin/documentation.js lint src",
107106
"test": "npm run build && eslint . && are-we-flow-yet src && flow check && jest",
108107
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"

0 commit comments

Comments
 (0)