Skip to content

Commit

Permalink
Build the libraries when running in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 7, 2024
1 parent 83f934c commit d700610
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 @@ -25,7 +25,7 @@
"dist/types.d.ts"
],
"scripts": {
"dev": "vite build && vite",
"dev": "npm run build && vite",
"build": "vite build",
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist",
"postbuild": "npm run build:types",
Expand Down

0 comments on commit d700610

Please sign in to comment.