Skip to content

Commit cb2ec4c

Browse files
authored
Merge pull request #63 from f-lab-edu/refactoring
빌드 스크립트 수정
2 parents 61ae2f0 + 1342476 commit cb2ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-optimized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
sed -i 's/"type": "module",//g' package.json
6868
6969
# 빌드 실행
70-
pnpm build:production
70+
pnpm build
7171
7272
# type: module 복원
7373
sed -i 's/"version": "1.0.0",/"version": "1.0.0",\n "type": "module",/g' package.json

0 commit comments

Comments
 (0)