Skip to content

Commit

Permalink
Use npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri authored Aug 27, 2021
1 parent f945022 commit 4f2d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsce-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm install -g vsce
- run: vsce package --out ios-debug.vsix
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4f2d03f

Please sign in to comment.