Skip to content

Commit

Permalink
refactor: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Aug 23, 2024
1 parent 15d5b15 commit c12cbfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}" >> .npmrc
npm whoami
- name: Install and Setup Dep
endencies
- name: Install and Setup Dependencies
run: npm ci
# build must come before running linting and tests for the `dist` directory to exist.
- name: Build
Expand Down

0 comments on commit c12cbfa

Please sign in to comment.