Skip to content

Commit

Permalink
Merge pull request #8 from con-cis/con-cis-patch-2
Browse files Browse the repository at this point in the history
Update build.yml -> needs npm install --force
  • Loading branch information
con-cis authored Dec 11, 2023
2 parents 22b87e5 + fbaf1fd commit 2e252ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: npm install
run: npm install --force

- name: Build Release Files
run: npm run build
Expand All @@ -44,4 +44,4 @@ jobs:
with:
name: release_on_${{ matrix. os }}
path: release/
retention-days: 5
retention-days: 5
2 changes: 1 addition & 1 deletion .github/workflows/node.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: Install Dependencies
run: npm install
run: npm install --force
- name: Build Release Files
run: npm run build --if-present
- name: Electronegativity
Expand Down

0 comments on commit 2e252ca

Please sign in to comment.