Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 28, 2024
1 parent 23cb5c6 commit afdcc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"scripts": {
"build": "run-p build:*",
"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:esbuild": "esbuild index.ts --bundle --platform=node --outdir=distribution --format=esm --external:github-reserved-names --drop-labels=TEST",
"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 afdcc0c

Please sign in to comment.