Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions codeserver/ubi9-python-3.12/get_code_server_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ fi
while IFS= read -r src_patch; do echo "patches/$src_patch"; patch -p1 < "patches/$src_patch"; done < patches/series
nvm use ${NODE_VERSION}
npm cache clean --force
rm -rf ~/.cache/node-gyp
npm install -g npm@latest
npm install
npm run build
VERSION=${CODESERVER_VERSION/v/} npm run build:vscode
Expand Down
Loading