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

Merge pull request #988 from hypothesis/do-not-build-on-yarn-install

Only build client before publishing, not when running `yarn install`
parents d86411d7 54ed311c
......@@ -152,6 +152,6 @@
"test": "gulp test",
"report-coverage": "codecov -f coverage/coverage-final.json",
"version": "make clean build/manifest.json",
"prepublish": "yarn run build"
"prepublishOnly": "make clean build/manifest.json"
}
}
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