Skip to content

Commit

Permalink
fix(ci): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Oct 5, 2020
1 parent 80496ef commit 7f3b4d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm i
run: npm ci

- name: Run lint script to check for Lint errors
run: npm run lint
3 changes: 0 additions & 3 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
registry-url: "https://registry.npmjs.org"

- name: Install required dependencies
run: npm install

- name: Run ship.js trigger to build new version
run: npx shipjs trigger
env:
Expand Down

0 comments on commit 7f3b4d5

Please sign in to comment.