We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39caf4 commit 5856497Copy full SHA for 5856497
.github/workflows/check-dist.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: 16.x
30
31
- name: Install dependencies
32
- run: npm ci
+ run: npm ci --force
33
34
- name: Rebuild the dist/ directory
35
run: |
package.json
@@ -10,8 +10,7 @@
10
"format-check": "prettier --check '**/*.ts'",
11
"lint": "eslint src/**/*.ts",
12
"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"
+ "all": "npm run build && npm run format && npm run lint && npm run package"
15
},
16
"repository": {
17
"type": "git",
0 commit comments