We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79dda40 commit 69a126fCopy full SHA for 69a126f
.husky/post-checkout
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-npm i
+npm install && npm init && npm serve -y
0 commit comments