Skip to content

Commit 0ef033d

Browse files
committed
chore: added husky install script
1 parent a8c1311 commit 0ef033d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"description": "Frontend for openrtc",
66
"scripts": {
7+
"prepare": "husky install",
78
"serve": "next start",
89
"build": "next build",
910
"start": "next dev"
@@ -25,4 +26,4 @@
2526
"postcss": "^8.2.6",
2627
"tailwindcss": "2.1"
2728
}
28-
}
29+
}

0 commit comments

Comments
 (0)