Skip to content

Commit

Permalink
pipeline: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nt14go committed Mar 2, 2024
1 parent 7140212 commit 42e51a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: npm ci
run: npm ci
- name: npm i
run: npm i

- name: deploy to dev
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: npm ci
run: npm ci
- name: npm i
run: npm i

- name: deploy to prod
run: |
Expand Down

0 comments on commit 42e51a8

Please sign in to comment.