Skip to content

Commit 84d7edf

Browse files
committed
Dont run changelog before version because it breaks when there were no changes
1 parent 2e6d690 commit 84d7edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"clean": "rimraf lib",
5454
"flow": "flow",
5555
"prepublish": "cross-env BABEL_ENV=production npm run build",
56-
"preversion": "npm run test && npm run changelog",
56+
"preversion": "npm run test",
5757
"test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
5858
"test-only": "ava",
5959
"test-ci": "nyc npm run test-only",

0 commit comments

Comments
 (0)