Skip to content

Commit 6ebd300

Browse files
committed
fix: ignore husky prepare script in production builds
1 parent 507b61a commit 6ebd300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"dev": "concurrently -c \"cyan,magenta,yellow\" -n \"DASHBOARD,PUBLIC,WEB\" \"npm run dev --workspace=dashboard-api\" \"npm run dev --workspace=public-api\" \"npm run dev --workspace=web-dashboard\"",
1414
"build": "npm run build --workspaces --if-present",
15-
"prepare": "husky"
15+
"prepare": "husky || node -e \"\""
1616
},
1717
"lint-staged": {
1818
"apps/web-dashboard/**/*.{js,jsx}": [

0 commit comments

Comments
 (0)