Skip to content

Commit acd6553

Browse files
committed
Remove unneeded dev-dependency
1 parent 163e08f commit acd6553

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
@@ -60,7 +60,6 @@
6060
"prettier": "^2.0.0",
6161
"remark-cli": "^11.0.0",
6262
"remark-preset-wooorm": "^9.0.0",
63-
"rimraf": "^3.0.0",
6463
"tape": "^5.0.0",
6564
"type-coverage": "^2.0.0",
6665
"typescript": "^4.0.0",
@@ -69,7 +68,7 @@
6968
},
7069
"scripts": {
7170
"prepack": "npm run build && npm run format",
72-
"build": "rimraf \"{lib/**,test/**,}*.d.ts\" && tsc && type-coverage",
71+
"build": "tsc --build --clean && tsc --build && type-coverage",
7372
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
7473
"test-api": "node --conditions development test/index.js",
7574
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",

0 commit comments

Comments
 (0)