Revert "ensure that the test script runs a prod build"

This reverts commit 41dc2c7d106e655e86bfd2f96a81167348d389ed because the
GitHub Action (unit.yml) already run `npm run build`.
This commit is contained in:
Joe Pea 2020-06-07 13:24:47 -07:00
parent 31f1a645ee
commit 63f1b88a41

View File

@ -28,7 +28,7 @@
"dev:ssr": "run-p serve:ssr watch:*",
"lint": "eslint .",
"fixlint": "eslint . --fix",
"test": "npm run build && mocha ./test/**/*.test.js",
"test": "mocha ./test/**/*.test.js",
"testServer": "node cypress/setup.js",
"test:e2e": "start-server-and-test testServer http://localhost:3000 cy:run",
"posttest:e2e": "rimraf cypress/fixtures/docs",