Unverified Commit b7cbe928 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #840 from hypothesis/fix-version-bump

Fix `yarn version` command
parents 50a28b1a 2a8ea33b
......@@ -148,7 +148,7 @@
"lint": "eslint .",
"test": "gulp test",
"report-coverage": "codecov -f coverage/coverage-final.json",
"version": "make clean all && ./scripts/update-changelog.js && git add CHANGELOG.md",
"version": "make clean build/manifest.json && ./scripts/update-changelog.js && git add CHANGELOG.md",
"postversion": "./scripts/postversion.sh",
"prepublish": "yarn run build"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment