Skip to content

Commit

Permalink
ci: remove shrinkwrap as xcuitest has it (appium#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Feb 20, 2022
1 parent 3048112 commit 4ef0b1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install --production
name: Install prod dependencies
- run: rm -rf package-lock.json
- run: npm shrinkwrap
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm test
Expand All @@ -30,4 +26,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release

0 comments on commit 4ef0b1e

Please sign in to comment.