Skip to content

Commit

Permalink
build: prepare type script for electron package
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 21, 2023
1 parent 5e0355f commit a21a3b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
],
"scripts": {
"build": "tsx scripts/build.ts",
"dev": "tsx scripts/build.ts --watch"
"dev": "tsx scripts/build.ts --watch",
"prepare:type": "tsup src/index.ts --dts-only --format cjs,esm"
},
"dependencies": {
"@vue-devtools-next/core": "workspace:^",
Expand Down

0 comments on commit a21a3b6

Please sign in to comment.