Skip to content

Commit

Permalink
♻️ refactor: remove monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jul 9, 2023
1 parent 48ce07a commit ec91005
Show file tree
Hide file tree
Showing 85 changed files with 39 additions and 3,812 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,15 @@
],
"scripts": {
"build": "father build",
"build:theme": "npm run build --prefix=packages/dumi-theme-lobehub",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache packages/dumi-theme-lobehub/dist packages/dumi-theme-lobehub/node_modules/.cache",
"clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
"dev": "dumi dev",
"dev:theme": "npm run dev --prefix=packages/dumi-theme-lobehub",
"docs:build": "npm run build:theme && dumi build",
"docs:build": "dumi build",
"doctor": "father doctor",
"lint": "eslint \"{src,tests,packages}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,tests,packages}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepare": "husky install && npm run setup",
"prepublishOnly": "father doctor && npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
Expand Down Expand Up @@ -120,14 +118,13 @@
"concurrently": "^8",
"cross-env": "^7",
"dumi": "^2",
"dumi-assets-types": "^1",
"dumi-theme-lobehub": "workspace:latest",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"father": "^4",
"husky": "^8",
"jsdom": "^22",
"lint-staged": "^13",
"prettier": "^2",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^14",
Expand Down
5 changes: 0 additions & 5 deletions packages/dumi-theme-lobehub/.fatherrc.ts

This file was deleted.

49 changes: 0 additions & 49 deletions packages/dumi-theme-lobehub/package.json

This file was deleted.

36 changes: 0 additions & 36 deletions packages/dumi-theme-lobehub/src/builtins/Container/index.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions packages/dumi-theme-lobehub/src/builtins/Container/style.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/dumi-theme-lobehub/src/builtins/Features/index.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions packages/dumi-theme-lobehub/src/builtins/Previewer/index.tsx

This file was deleted.

148 changes: 0 additions & 148 deletions packages/dumi-theme-lobehub/src/builtins/Previewer/style.ts

This file was deleted.

Loading

1 comment on commit ec91005

@vercel
Copy link

@vercel vercel bot commented on ec91005 Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui-git-master-lobehub.vercel.app
lobe-ui-lobehub.vercel.app
lobe-ui.vercel.app
ui.lobehub.com

Please sign in to comment.