Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aninuscsalas committed Feb 13, 2024
1 parent 99198ed commit 476a40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4,065 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install packages
- name: Install
run: npm i

- name: Install packages
run: npm ci

- name: Run npm build
Expand Down
Loading

0 comments on commit 476a40c

Please sign in to comment.