mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
chore: upgrade dumi@2.x (#148)
* chore(deps): upgrade dumi@2.x * chore: update * chore: update config file * docs: update * docs: update docs * docs: update * chore: update * chore: update * chore: remore debug link * chore: update global.less
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"docs:build": "APP_ROOT=web dumi build",
|
||||
"docs-dev:build": "APP_ROOT=web UMI_ENV=dev dumi build",
|
||||
"docs:deploy": "gh-pages -d docs-dist",
|
||||
"deploy": "npm run docs:build && npm run docs:deploy",
|
||||
"docs:preview": "PREVIEW=true npm run docs:build",
|
||||
"gh-pages": "npm run docs:build && npm run docs:deploy",
|
||||
"format": "prettier --write **/*.ts **/*/*.ts",
|
||||
"format-check": "prettier --check **/*.ts **/*/*.ts",
|
||||
"lint": "eslint src/*.ts src/*/*.ts",
|
||||
@@ -47,7 +48,7 @@
|
||||
"@vercel/ncc": "0.34.0",
|
||||
"chalk": "^4.1.2",
|
||||
"common-tags": "^1.8.2",
|
||||
"dumi": "^1.1.26",
|
||||
"dumi": "^2.1.14",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
|
Reference in New Issue
Block a user