Skip to content

Commit

Permalink
Fix: cli build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambit003 committed Sep 16, 2024
1 parent 59b596b commit 0c78b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.ts",
"private": false,
"scripts": {
"build": "tsc && tsc-alias && tsup",
"build": "tsc && tsc-alias",
"build:prod": "NODE_ENV=production tsup --minify",
"start": "node dist/src/index.js",
"dev": "NODE_ENV=development pnpm build && node dist/index.js"
Expand Down

0 comments on commit 0c78b5e

Please sign in to comment.