We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ae2f0 + 1342476 commit cb2ec4cCopy full SHA for cb2ec4c
.github/workflows/deploy-optimized.yml
@@ -67,7 +67,7 @@ jobs:
67
sed -i 's/"type": "module",//g' package.json
68
69
# 빌드 실행
70
- pnpm build:production
+ pnpm build
71
72
# type: module 복원
73
sed -i 's/"version": "1.0.0",/"version": "1.0.0",\n "type": "module",/g' package.json
0 commit comments