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 79c2741 commit b0969deCopy full SHA for b0969de
package.json
@@ -133,7 +133,8 @@
133
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
134
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
135
"test": "npm run standard && npm run nyc",
136
- "clean": "rimraf config/templates config/views"
+ "clean": "rimraf config/templates config/views",
137
+ "reset": "rimraf .db data && npm run clean"
138
},
139
"nyc": {
140
"reporter": [
0 commit comments