mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
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:
parent
31f1a645ee
commit
63f1b88a41
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user