Skip to content

Commit

Permalink
Add npm ci before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Levitskiy committed Jan 10, 2021
1 parent 2286352 commit edb9247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/web-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: '12.x'
- name: Build
run: |
npm ci
npm run build:dev
- name: Deploy at dev environment
run: |
Expand Down

0 comments on commit edb9247

Please sign in to comment.