Skip to content

Commit

Permalink
Fix package installation lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynko committed Jan 22, 2024
1 parent aabdb3a commit 46c1705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 46c1705

Please sign in to comment.