Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
With minimal permission
  • Loading branch information
Kaniska244 committed Sep 23, 2025
commit 819b662783a42d687141e0b260274a57878eb8e3
6 changes: 3 additions & 3 deletions src/javascript-node/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ sudo rm -f yarn.lock
sudo touch yarn.lock
sudo rm -rf .yarn/*
sudo chmod a+rw yarn.lock
sudo mkdir -p .yarn/cache
sudo chown -R $(id -u):$(id -g) .yarn
sudo chmod -R a+rwX .yar
#sudo mkdir -p .yarn/cache
#sudo chown -R $(id -u):$(id -g) .yarn
#sudo chmod -R a+rwX .yar
check "yarn" yarn install
sudo rm -f package-lock.json
check "npm" npm install
Expand Down