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 6c2bc37 commit 9108c75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
name: Install dependencies
- run: npm run test
name: Run NPM Test
- run: npm prune --omit=dev --omit=peer --no-package-lock
- run: |
rm -rf package-lock.json
npm prune --omit=dev --omit=peer --no-package-lock
name: Remove dev dependencies and appium peer dependencies
- run: npm shrinkwrap
name: Create shrinkwrap
Expand Down

0 comments on commit 9108c75

Please sign in to comment.