Skip to content

Commit 210223c

Browse files
committed
#351 fix(fe): 중복 스크립트 제거
1 parent 3731ea9 commit 210223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": false,
55
"scripts": {
6-
"build": "turbo build --affected",
6+
"build": "turbo build",
77
"build:web": "turbo build --affected --filter=web",
88
"build:ui": "turbo build --affected --filter=@workspace/ui",
99
"dev": "turbo dev",

0 commit comments

Comments
 (0)