diff --git a/package.json b/package.json index 283e4d5..423c10d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ], "repository": "github:hrynko/vue-pdf-embed", "scripts": { - "postinstall": "husky install && npm run build", + "prepare": "husky install && npm run build", "dev": "vite -c vite.config.dev.ts", "build": "vite build && vite build -c vite.config.essential.ts --emptyOutDir false", "postbuild": "vue-tsc -p tsconfig.build.json",