Skip to content

Commit ad09398

Browse files
RubenVerborghdmitrizagidulin
authored andcommitted
Remove clean scripts.
Not needed anymore because of 3659b65.
1 parent a1a36c7 commit ad09398

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@
100100
"standard": "standard",
101101
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
102102
"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"
103+
"test": "npm run standard && npm run nyc"
106104
},
107105
"nyc": {
108106
"reporter": [

0 commit comments

Comments
 (0)