Skip to content

Commit 280fda0

Browse files
authored
Merge pull request #8 from WebCreatorX/feature/ci-fix
after_install.sh 스크립트 수정
2 parents ed4f5a6 + 0e490f3 commit 280fda0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/editor/scripts/after_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ NVM_BIN_PATH="/home/ubuntu/.nvm/versions/node/v22.21.0/bin"
33

44
export PATH="$NVM_BIN_PATH:$PATH"
55

6+
cd /home/ubuntu/application || exit 1
7+
68
pnpm install --production

0 commit comments

Comments
 (0)