Skip to content

Commit

Permalink
Remove sudo from psotbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed May 31, 2024
1 parent 22a388d commit ae89bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/a11y/image/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ npm install -g [email protected]

# Install Node.js and Yarn for DH-299
echo "Installing Node.js and Yarn..."
sudo apt-get update && sudo apt-get install -y nodejs npm
sudo npm install -g yarn
apt-get update && apt-get install -y nodejs npm
npm install -g yarn

# Clone the JupyterLab extension repository
EXTENSION_GIT_REPO="https://github.com/berkeley-dsep-infra/jupyterlab-a11y-checker.git"
Expand Down

0 comments on commit ae89bcb

Please sign in to comment.