Skip to content

Commit

Permalink
We don't need to build types on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 5, 2023
1 parent 0438509 commit 0787282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .ts",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir ./dist",
"build:ts": "bun build ./src/index.ts --outdir ./dist --target browser --splitting",
"build": "npm run build:types && npm run build:ts",
"build": "bun run build:ts",
"faker": "bun run build:types -- --watch & bun run build:ts -- --watch",
"dev": "bun run build:types -- --watch & bun run build:ts -- --watch"
},
Expand Down

0 comments on commit 0787282

Please sign in to comment.