Skip to content

Commit

Permalink
fix: tune publish.js.yml further
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 2, 2023
1 parent 3543e80 commit 077935d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- run: npm run test
name: Run NPM Test
- run: |
rm -rf package-lock.json
rm -rf package-lock.json node_modules
npm prune --omit=dev --omit=peer --no-package-lock
rm -rf package-lock.json
name: Remove dev dependencies and appium peer dependencies
- run: npm shrinkwrap
name: Create shrinkwrap
Expand Down

0 comments on commit 077935d

Please sign in to comment.