Skip to content

Commit 381cba9

Browse files
committed
fix: revert prepare script workaround
Not needed since npm registry consumers don't run prepare scripts.
1 parent ac9cccf commit 381cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lint:fix:all": "eslint --fix --stats ./src ./dev ./dev/tests",
5757
"lint:fix": "eslint ./src --fix",
5858
"maildev": "maildev --smtp=1025 --web=1080",
59-
"prepare": "node -e \"if (process.env.INIT_CWD === process.cwd()) require('husky')()\"",
59+
"prepare": "husky",
6060
"prepublishOnly": "npm run clean && npm run build",
6161
"test": "npm run test:int && npm run test:e2e",
6262
"test:e2e": "npm run dev:build && dotenv -e ./dev/.env.test -- playwright test",

0 commit comments

Comments
 (0)