Skip to content

Commit 51f6677

Browse files
committed
fix: root package.json에 build 스크립트 추가
1 parent 8ebaa1f commit 51f6677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"license": "MIT",
88
"scripts": {
99
"dev": "turbo run dev --parallel",
10+
"build": "turbo run build --parallel",
1011
"build:frontend": "cd ./apps/frontend && yarn build",
1112
"build:backend": "cd ./apps/backend && yarn build",
1213
"build:websocket": "cd ./apps/websocket && yarn build",

0 commit comments

Comments
 (0)