Remove lamdera reset command.

This commit is contained in:
Dillon Kearns 2022-03-09 13:33:36 -08:00
parent 060f8aebd2
commit b7a2d44436

View File

@ -7,7 +7,7 @@
"main": "index.js",
"scripts": {
"start": "cd examples/end-to-end && npm start",
"test": "set -x; yes | lamdera reset && (cd generator && mocha) && (cd examples/routing && npm i && mkdir .elm-pages && lamdera make app/Route/SPLAT__.elm && npm run build && elm-test-rs) && npm run test:snapshot && npx elmi-to-json --version && elm-verify-examples --run-tests && elm-test",
"test": "set -x; (cd generator && mocha) && (cd examples/routing && npm i && mkdir .elm-pages && lamdera make app/Route/SPLAT__.elm && npm run build && elm-test-rs) && npm run test:snapshot && npx elmi-to-json --version && elm-verify-examples --run-tests && elm-test",
"test:snapshot": "(cd examples/escaping && npm install && mkdir .elm-pages && lamdera make app/Route/Index.elm && npm test) && (cd examples/base-path && npm install && mkdir .elm-pages && lamdera make app/Route/Index.elm && npm test)",
"cypress": "npm start & cypress run",
"review": "elm-review"