We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f1a64 commit 63f1b88Copy full SHA for 63f1b88
package.json
@@ -28,7 +28,7 @@
28
"dev:ssr": "run-p serve:ssr watch:*",
29
"lint": "eslint .",
30
"fixlint": "eslint . --fix",
31
- "test": "npm run build && mocha ./test/**/*.test.js",
+ "test": "mocha ./test/**/*.test.js",
32
"testServer": "node cypress/setup.js",
33
"test:e2e": "start-server-and-test testServer http://localhost:3000 cy:run",
34
"posttest:e2e": "rimraf cypress/fixtures/docs",
0 commit comments