Browse Source

add postinstall

jihuaqiang 2 years ago
parent
commit
8d18a3d92c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -10,6 +10,7 @@
   },
   "scripts": {
     "dev": "nuxt",
+	"postinstall": "husky install",
     "dev-test": "cross-env MODE=test nuxt",
     "dev-pre": "cross-env MODE=pre nuxt",
     "dev-prod": "cross-env MODE=prod nuxt",