Skip to content
Merged
Show file tree
Hide file tree
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
Further changes to test
  • Loading branch information
Kaniska244 committed Sep 23, 2025
commit decf1be3c8f5e630b0e43fe950a130651b23a258
2 changes: 2 additions & 0 deletions src/javascript-node/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ npm_version=$(npm --version)
check-version-ge "npm-requirement" "${npm_version}" "9.8.1"
sudo rm -f yarn.lock
sudo touch yarn.lock
sudo rm -rf .yarn/*
sudo mkdir -p .yarn/cache
check "yarn" yarn install
sudo rm -f package-lock.json
check "npm" npm install
Expand Down
1 change: 1 addition & 0 deletions src/typescript-node/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ check "node" node --version
sudo rm -f yarn.lock
sudo rm -rf .yarn/*
sudo touch yarn.lock
sudo mkdir -p .yarn/cache
check "yarn" yarn install
sudo rm -f package-lock.json
check "eslint" eslint --no-warn-ignored src/server.ts
Expand Down
Loading