Skip to content

Commit b0969de

Browse files
committed
A handy script that resets your Solid server
Only works with default settings for now, should be extended to read variables from config.json at some point
1 parent 79c2741 commit b0969de

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
@@ -133,7 +133,8 @@
133133
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
134134
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
135135
"test": "npm run standard && npm run nyc",
136-
"clean": "rimraf config/templates config/views"
136+
"clean": "rimraf config/templates config/views",
137+
"reset": "rimraf .db data && npm run clean"
137138
},
138139
"nyc": {
139140
"reporter": [

0 commit comments

Comments
 (0)