Skip to content

Commit db75683

Browse files
committed
Added a force statement to the "create release" workflow
1 parent 56a8535 commit db75683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
node-version: '16'
2020

21-
- run: cd client && npm install
22-
- run: npm run build && mv client/build . && npm install
21+
- run: cd client && npm install --force
22+
- run: npm run build && mv client/build . && npm install --force
2323

2424
- name: Get version
2525
id: get_version

0 commit comments

Comments
 (0)