Skip to content

Commit a17588d

Browse files
chore: remove package-lock.json from git tracking
1 parent b99e473 commit a17588d

File tree

2 files changed

+2
-5398
lines changed

2 files changed

+2
-5398
lines changed

.github/workflows/android-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
echo "Installing dependencies..."
40-
npm install --no-package-lock
41-
npm install file:packages/appium-navigation-tracker-1.0.0.tgz --no-package-lock
40+
npm install
41+
npm install file:packages/appium-navigation-tracker-1.0.0.tgz
4242
echo "\nVerifying installations:"
4343
ls -la node_modules/wd || true
4444
ls -la node_modules/appium-navigation-tracker || true

0 commit comments

Comments
 (0)