Skip to content

Commit

Permalink
[front-end] build common library before build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup authored Oct 31, 2024
1 parent 5b10169 commit 978e0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"prestart": "cross-env NODE_ENV=development npm -w ../back-end run build",
"start": "cross-env NODE_ENV=development VITE_API_URL=/api tsx --tsconfig tsconfig.node.json --watch --watch-path=src --watch-path=../back-end/src/ server.ts",
"dev": "cross-env VITE_API_URL=http://localhost:3000 vite",
"prebuild": "npm -w ../../libs/common run build",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
Expand Down

0 comments on commit 978e0d0

Please sign in to comment.