Skip to content

Commit 5856497

Browse files
committed
fix build issue
1 parent d39caf4 commit 5856497

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 16.x
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: npm ci --force
3333

3434
- name: Rebuild the dist/ directory
3535
run: |

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"format-check": "prettier --check '**/*.ts'",
1111
"lint": "eslint src/**/*.ts",
1212
"package": "ncc build --source-map --license licenses.txt",
13-
"test": "jest",
14-
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
13+
"all": "npm run build && npm run format && npm run lint && npm run package"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)