Skip to content

Commit 63f1b88

Browse files
committed
Revert "ensure that the test script runs a prod build"
This reverts commit 41dc2c7 because the GitHub Action (unit.yml) already run `npm run build`.
1 parent 31f1a64 commit 63f1b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dev:ssr": "run-p serve:ssr watch:*",
2929
"lint": "eslint .",
3030
"fixlint": "eslint . --fix",
31-
"test": "npm run build && mocha ./test/**/*.test.js",
31+
"test": "mocha ./test/**/*.test.js",
3232
"testServer": "node cypress/setup.js",
3333
"test:e2e": "start-server-and-test testServer http://localhost:3000 cy:run",
3434
"posttest:e2e": "rimraf cypress/fixtures/docs",

0 commit comments

Comments
 (0)