Skip to content

Commit efff043

Browse files
committed
Remove unneeded dev-dependency
1 parent bc13b71 commit efff043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"prettier": "^2.0.0",
6363
"remark-cli": "^11.0.0",
6464
"remark-preset-wooorm": "^9.0.0",
65-
"rimraf": "^3.0.0",
6665
"tape": "^5.0.0",
6766
"type-coverage": "^2.0.0",
6867
"typescript": "^4.0.0",
@@ -71,7 +70,7 @@
7170
},
7271
"scripts": {
7372
"prepack": "npm run build && npm run format",
74-
"build": "rimraf \"{lib/**,test/**,}*.d.ts\" && tsc && type-coverage",
73+
"build": "tsc --build --clean && tsc --build && type-coverage",
7574
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
7675
"test-api": "node --conditions development test/index.js",
7776
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",

0 commit comments

Comments
 (0)