We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed4f5a6 + 0e490f3 commit 280fda0Copy full SHA for 280fda0
apps/editor/scripts/after_install.sh
@@ -3,4 +3,6 @@ NVM_BIN_PATH="/home/ubuntu/.nvm/versions/node/v22.21.0/bin"
3
4
export PATH="$NVM_BIN_PATH:$PATH"
5
6
+cd /home/ubuntu/application || exit 1
7
+
8
pnpm install --production
0 commit comments