Skip to content

Commit

Permalink
fix(*): install dependencies before build
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Nov 25, 2020
1 parent d5f954c commit 7b33f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npmpublish.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build Project
run: npm run build
- name: Semantic Release
Expand Down

0 comments on commit 7b33f7a

Please sign in to comment.