Skip to content

Commit

Permalink
chore: api build script ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyong9169 committed Aug 5, 2024
1 parent 077e42f commit 1513801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "daily-phrase-front-end",
"scripts": {
"dev": "vite build --watch",
"build": "rm -rf dist && npx tsc --project ./tsconfig.build.json && vite build",
"build": "rm -rf dist && pnpm install && npx tsc --project ./tsconfig.build.json && vite build",
"lint": "biome lint --apply ./src/**/*.{js,ts,tsx}",
"format": "biome format --write ./src/**/*.{js,ts,tsx}"
},
Expand Down

0 comments on commit 1513801

Please sign in to comment.