Skip to content

Commit 8a50364

Browse files
authored
Merge pull request #1089 from solid/feature/reset-script
A handy script that resets your Solid server
2 parents 4078e21 + 8149f1b commit 8a50364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
136136
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
137137
"test": "npm run standard && npm run validate && npm run nyc",
138-
"clean": "rimraf config/templates config/views"
138+
"clean": "rimraf config/templates config/views",
139+
"reset": "rimraf .db data && npm run clean"
139140
},
140141
"nyc": {
141142
"reporter": [

0 commit comments

Comments
 (0)