Skip to content

Commit 819b662

Browse files
committed
With minimal permission
1 parent 5757710 commit 819b662

File tree

1 file changed

+3
-3
lines changed
  • src/javascript-node/test-project

1 file changed

+3
-3
lines changed

src/javascript-node/test-project/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ sudo rm -f yarn.lock
1717
sudo touch yarn.lock
1818
sudo rm -rf .yarn/*
1919
sudo chmod a+rw yarn.lock
20-
sudo mkdir -p .yarn/cache
21-
sudo chown -R $(id -u):$(id -g) .yarn
22-
sudo chmod -R a+rwX .yar
20+
#sudo mkdir -p .yarn/cache
21+
#sudo chown -R $(id -u):$(id -g) .yarn
22+
#sudo chmod -R a+rwX .yar
2323
check "yarn" yarn install
2424
sudo rm -f package-lock.json
2525
check "npm" npm install

0 commit comments

Comments
 (0)