Skip to content

Commit

Permalink
ci(cd): add missing install step (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 1, 2023
1 parent 3582024 commit 16f2e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
cache: npm
node-version: lts/*

- name: Install
run: npm ci --ignore-scripts

- name: Build
run: npm run build

Expand Down

0 comments on commit 16f2e2d

Please sign in to comment.