Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 28, 2024
1 parent 498a9da commit 34b4879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
],
"scripts": {
"build": "run-p build:*",
"build:vite": "vite build",
"build:typescript": "tsc --declaration --emitDeclarationOnly",
"build:esbuild": "esbuild index.ts --bundle --platform=node --outdir=distribution --format=esm --external:github-reserved-names --watch --drop-labels=DEV", "build:typescript": "tsc --declaration --emitDeclarationOnly",
"build:demo": "vite build demo",
"prepack": "npm run build",
"test": "run-p build test:* xo",
Expand Down

0 comments on commit 34b4879

Please sign in to comment.