Skip to content

Commit

Permalink
fix: tune release script (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 2, 2023
1 parent e1d8e9b commit b94cb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
node-version: lts/*
check-latest: true
- run: npm install
- run: npm install --no-package-lock
name: Install dependencies
- run: npm run test
name: Run NPM Test
- run: npm prune --omit=dev --omit=peer
- run: 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 b94cb19

Please sign in to comment.