Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**/template
/packages/cli/**/lib/*
/packages/**/lib/*
temp
tmp
/\.*
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules/
package-lock.json
/packages/cli/**/lib/*
/packages/**/lib/*
temp
dist
/packages/toolkits/docs/template/ng/public/assets
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package.json
package-lock.json
dist
/packages/cli/**/lib/*
/packages/**/lib/*
*.md
assets
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"packages": [
"config/*",
"packages/cli/*",
"packages/plugins/*",
"packages/toolkits/*"
"packages/*"
],
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"init": "npm i && npx lerna bootstrap",
"dev": "lerna run watch --stream --parallel",
"dev:local": "esno ./packages/cli/core/src/index.ts",
"dev:local": "esno ./packages/core/src/index.ts",
"build": "lerna run build",
"link": "lerna run link",
"lint": "eslint . --ext .js,.ts --fix",
Expand Down Expand Up @@ -55,5 +55,8 @@
"prettier --write",
"eslint --fix"
]
}
},
"workspaces": [
"packages/*"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions packages/plugins/hwc/.editorconfig

This file was deleted.

13 changes: 0 additions & 13 deletions packages/plugins/hwc/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/plugins/hwc/.husky/pre-commit

This file was deleted.

20 changes: 0 additions & 20 deletions packages/plugins/hwc/.npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/plugins/hwc/.prettierignore

This file was deleted.

21 changes: 0 additions & 21 deletions packages/plugins/hwc/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/plugins/hwc/debug.js

This file was deleted.

125 changes: 0 additions & 125 deletions packages/plugins/hwc/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/plugins/hwc/src/assets/i18n/index.ts

This file was deleted.

49 changes: 0 additions & 49 deletions packages/plugins/hwc/src/assets/i18n/zh-cn/apig.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/plugins/hwc/src/assets/i18n/zh-cn/common.ts

This file was deleted.

Loading