Fix postbuild

This commit is contained in:
Sidharth Vinod
2022-09-07 21:06:35 +05:30
parent 86cbf85358
commit 056d5200c6

View File

@@ -45,7 +45,7 @@
"test": "yarn lint && jest src/.*",
"test:watch": "jest --watch src",
"prepublishOnly": "yarn build && yarn test",
"prepare": "concurrently \"husky install\" \"yarn build:prod\" \"yarn postbuild\"",
"prepare": "concurrently \"husky install\" \"yarn build\"",
"pre-commit": "lint-staged"
},
"repository": {