We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
del-cli
1 parent c738c78 commit 235e320Copy full SHA for 235e320
package.json
@@ -37,9 +37,9 @@
37
"node": ">=0.10.0"
38
},
39
"scripts": {
40
- "pretest": "rm -rf ./node_modules/.cache",
41
- "test": "xo && nyc --reporter=lcov tap --no-cov --timeout=150 test/*.js",
42
- "test-win": "tap --no-cov --timeout=150 test/*.js"
+ "pretest": "de ./node_modules/.cache",
+ "test": "xo && nyc --reporter=lcov ./node_modules/.bin/tap --no-cov --timeout=150 test/*.js",
+ "test-win": "npm run pretest && tap --no-cov --timeout=150 test/*.js"
43
44
"files": [
45
"index.js",
@@ -124,6 +124,7 @@
124
125
"devDependencies": {
126
"coveralls": "^2.11.4",
127
+ "del-cli": "^0.1.1",
128
"hook-std": "^0.1.0",
129
"nyc": "^5.0.1",
130
"promise-delegates": "^0.1.0",
0 commit comments