Skip to content

Commit

Permalink
Fix type declaration generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynko committed Jan 21, 2024
1 parent 089359e commit edfe343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
],
"repository": "github:hrynko/vue-pdf-embed",
"scripts": {
"prepare": "husky install && vite build && vite build -c vite.config.essential.ts --emptyOutDir false",
"postprepare": "vue-tsc -p tsconfig.build.json",
"postinstall": "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 edfe343

Please sign in to comment.