mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
chore: migrate CI to github, refactore CI and npm scripts, linting fixes (#1023)
This commit is contained in:
+3
-2
@@ -26,8 +26,9 @@
|
||||
"serve:ssr": "cross-env SSR=1 node server",
|
||||
"dev": "run-p serve watch:*",
|
||||
"dev:ssr": "run-p serve:ssr watch:*",
|
||||
"lint": "eslint . --fix",
|
||||
"test": "mocha test/*/**",
|
||||
"lint": "eslint .",
|
||||
"fixlint" : "eslint . --fix",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user