Skip to content

Commit 03e68f1

Browse files
committed
Remove unneeded dev-dependency
1 parent f249a5e commit 03e68f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"prettier": "^2.0.0",
4848
"remark-cli": "^11.0.0",
4949
"remark-preset-wooorm": "^9.0.0",
50-
"rimraf": "^3.0.0",
5150
"tape": "^5.0.0",
5251
"type-coverage": "^2.0.0",
5352
"typescript": "^4.0.0",
@@ -56,7 +55,7 @@
5655
},
5756
"scripts": {
5857
"prepack": "npm run build && npm run format",
59-
"build": "rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage",
58+
"build": "tsc --build --clean && tsc --build && type-coverage",
6059
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
6160
"test-api": "node --conditions development test.js",
6261
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",

0 commit comments

Comments
 (0)