We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a36c7 commit ad09398Copy full SHA for ad09398
package.json
@@ -100,9 +100,7 @@
100
"standard": "standard",
101
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
102
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
103
- "test": "npm run standard && npm run nyc",
104
- "clean": "rm -rf config.json accounts profile inbox .acl settings .meta .meta.acl",
105
- "clean-account": "rm -rf accounts profile inbox .acl .meta settings .meta.acl"
+ "test": "npm run standard && npm run nyc"
106
},
107
"nyc": {
108
"reporter": [
0 commit comments