We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f249a5e commit 03e68f1Copy full SHA for 03e68f1
package.json
@@ -47,7 +47,6 @@
47
"prettier": "^2.0.0",
48
"remark-cli": "^11.0.0",
49
"remark-preset-wooorm": "^9.0.0",
50
- "rimraf": "^3.0.0",
51
"tape": "^5.0.0",
52
"type-coverage": "^2.0.0",
53
"typescript": "^4.0.0",
@@ -56,7 +55,7 @@
56
55
},
57
"scripts": {
58
"prepack": "npm run build && npm run format",
59
- "build": "rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage",
+ "build": "tsc --build --clean && tsc --build && type-coverage",
60
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61
"test-api": "node --conditions development test.js",
62
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
0 commit comments