Skip to content

Commit d4bcb36

Browse files
committed
2 parents 62d047f + 21d9896 commit d4bcb36

File tree

4 files changed

+77
-484
lines changed

4 files changed

+77
-484
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

26-
- run: npm install --force
26+
- run: npm install
2727

2828
- name: Build the package
2929
run: npm run build

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ dist
125125
.yarn/build-state.yml
126126
.yarn/install-state.gz
127127
.pnp.*
128-
package-lock.json
128+
package-lock.json

0 commit comments

Comments
 (0)