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 2cd2986 commit fc93d0dCopy full SHA for fc93d0d
package.json
@@ -9,7 +9,7 @@
9
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
10
"autoformat": "prettier --config .prettierrc --write {src,test}/**/*.ts",
11
"tslint-check": "tslint-config-prettier-check ./tslint.json",
12
- "clean-up": "rm -rf .nyc_output && rm -rf coverage && rm -rf lib",
+ "clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib",
13
"prepare": "npm run clean-up && tsc -d",
14
"prepublishOnly": "publish-please guard",
15
"publish-please": "npm run autoformat && npm run clean-up && npm run test && publish-please"
0 commit comments