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 9d953c5 commit 62b2dffCopy full SHA for 62b2dff
.github/workflows/linux-build-and-test.yml
@@ -52,6 +52,7 @@ jobs:
52
npm i
53
npm run lint
54
npm test
55
+ npm run clean
56
57
- name: Coveralls Parallel
58
uses: coverallsapp/github-action@v2
package.json
@@ -61,7 +61,6 @@
61
"lint-staged": "^15.2.10",
62
"mocha": "^11.0.2",
63
"nyc": "^17.1.0",
64
- "rimraf": "^6.0.1",
65
"sinon": "^19.0.2",
66
"tree-kill": "^1.2.2",
67
"tsd": "^0.31.2",
@@ -81,6 +80,7 @@
81
80
"json-bigint": "^1.0.0",
82
"nan": "^2.22.0",
83
"prettier": "^3.4.2",
+ "rimraf": "^6.0.1",
84
"walk": "^2.3.15"
85
},
86
"husky": {
0 commit comments