diff --git a/README.md b/README.md index a9f9da7..cd2e54a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@

Dumi Theme Lobehub

-dumi-theme-lobehub is a documentation site theme package designed for `Dumi 2`. - -It provides a more beautiful and user-friendly development and reading experience based on `dumi-theme-lobehub` +dumi-theme-lobehub is a documentation site theme package designed for `Dumi 2`.
It provides a more beautiful and user-friendly development and reading experience based on `@lobehub/ui` [Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url] diff --git a/package.json b/package.json index 8c0d8db..b2d55a6 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "scripts": { "build": "father build", "build:docs": "npm run build && npm run build --prefix=example", + "ci": "npm run test", "dev": "father dev", "dev:docs": "npm run start --prefix=example", "lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",