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 3c78c80 commit 3b60b20Copy full SHA for 3b60b20
package.json
@@ -58,15 +58,14 @@
58
"recast": "^0.22.0",
59
"remark-cli": "^11.0.0",
60
"remark-preset-wooorm": "^9.0.0",
61
- "rimraf": "^3.0.0",
62
"tape": "^5.0.0",
63
"type-coverage": "^2.0.0",
64
"typescript": "^4.0.0",
65
"xo": "^0.53.0"
66
},
67
"scripts": {
68
"prepack": "npm run build && npm run format",
69
- "build": "rimraf \"lib/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
+ "build": "tsc --build --clean && tsc --build && type-coverage",
70
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
71
"test-api": "node --conditions development test.js",
72
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
0 commit comments