diff --git a/package.json b/package.json index 1bf1be7ab..431b5785a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "test": "yarn lint && jest src/.*", "test:watch": "jest --watch src", "prepublishOnly": "yarn build && yarn test", - "prepare": "husky install", + "prepare": "concurrently \"husky install\" \"yarn build:prod\"", "pre-commit": "lint-staged" }, "repository": { @@ -132,4 +132,4 @@ "**/*.css", "**/*.scss" ] -} \ No newline at end of file +}