hotfix: build on prepublish hook

This commit is contained in:
Pooya Parsa 2018-11-26 21:09:31 +03:30
parent d0af6a4736
commit eefa13033f

View File

@ -21,6 +21,7 @@
"test:lint": "yarn lint", "test:lint": "yarn lint",
"test:unit": "jest test/unit", "test:unit": "jest test/unit",
"postinstall": "lerna link && yarn dev", "postinstall": "lerna link && yarn dev",
"prepublish": "yarn build",
"release": "lerna version" "release": "lerna version"
}, },
"devDependencies": { "devDependencies": {