We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2110de commit 0e490f3Copy full SHA for 0e490f3
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