Skip to content

Commit

Permalink
adding force flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie ⚡ committed Sep 5, 2022
1 parent 5e32cdd commit 458178f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm Install
run: npm ci
run: npm ci --force
- name: Generate Types
run: npm run generate
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm Install
run: npm ci
run: npm ci --force
- name: Setup DB
run: npm run db:push
env:
Expand Down

1 comment on commit 458178f

@vercel
Copy link

@vercel vercel bot commented on 458178f Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.