add reset script

This commit is contained in:
Philipp Kühn
2020-04-20 13:40:04 +02:00
parent 3cfdca6ce2
commit c505119b33

View File

@@ -11,6 +11,7 @@
"clean:packages": "rm -rf ./packages/*/dist", "clean:packages": "rm -rf ./packages/*/dist",
"test:debug": "cypress open --project tests", "test:debug": "cypress open --project tests",
"test": "cypress run --project tests", "test": "cypress run --project tests",
"reset": "rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install",
"startandtest": "start-server-and-test start http://localhost:3000 test" "startandtest": "start-server-and-test start http://localhost:3000 test"
}, },
"devDependencies": { "devDependencies": {