Skip to content

Commit

Permalink
ci: install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 6, 2023
1 parent e368123 commit a0dab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cache: "npm"
node-version-file: ".nvmrc"
- name: Install Dependencies
run: npm ci
run: npm install
- run: npm run build
# - name: Setup & Test
# run: |
Expand Down

0 comments on commit a0dab2e

Please sign in to comment.