Skip to content

Commit

Permalink
Revert "fix: tune shrinkwrap"
Browse files Browse the repository at this point in the history
This reverts commit aca035a.
  • Loading branch information
KazuCocoa committed Nov 24, 2023
1 parent fd5ab71 commit 46fa202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm prune --omit=dev --omit=peer
rm -rf node_modules/appium
name: Remove dev dependencies and appium peer dependencies
- run: npm shrinkwrap --omit=dev --omit=peer
- run: npm shrinkwrap
name: Create shrinkwrap
- run: npm install --only=dev
name: Install dev dependencies for the release
Expand Down

0 comments on commit 46fa202

Please sign in to comment.