chore: tailchat整体workspace

pull/49/head
moonrailgun 3 years ago
parent 8025cad32e
commit 7968773b5c

@ -48,6 +48,6 @@ jobs:
with: with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.ORG_ID}} vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}} vercel-project-id: prj_mqIp5rfpiL3xObjBj5zMyI1y3x9r
working-directory: ./ working-directory: ./
vercel-args: '--prod' vercel-args: '--prod'

@ -79,7 +79,7 @@ function getSourceCodeExportedFunction(sourcecode: string): ExportedItem[] {
} }
function getCommentStr( function getCommentStr(
comments: readonly Comment[] | null comments: Comment[] | null | undefined
): string | undefined { ): string | undefined {
if (!comments) { if (!comments) {
return undefined; return undefined;

File diff suppressed because it is too large Load Diff

@ -1,6 +0,0 @@
packages:
# all packages in subdirs of packages/ and components/
- 'web'
- 'shared'
- 'web/plugins/**'
- 'packages/**'

@ -21,12 +21,14 @@
"@typescript-eslint/parser": "^5.35.1", "@typescript-eslint/parser": "^5.35.1",
"commitlint": "^17.0.3", "commitlint": "^17.0.3",
"concurrently": "^7.3.0", "concurrently": "^7.3.0",
"dayjs": "^1.10.6",
"eslint": "^8.22.0", "eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0", "eslint-plugin-react": "^7.31.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"prettier": "^2.7.1" "prettier": "^2.7.1",
"typescript": "^4.8.2"
} }
} }

File diff suppressed because it is too large Load Diff

@ -0,0 +1,10 @@
packages:
- 'client/web'
- 'client/shared'
- 'client/web/plugins/**'
- 'client/packages/**'
- 'server'
- 'server/packages/**'
- 'server/plugins/**'
- 'server/admin'
- 'website'

File diff suppressed because it is too large Load Diff

@ -1,6 +0,0 @@
packages:
# all packages in subdirs of packages/ and components/
- '.'
- 'packages/**'
- 'plugins/**'
- 'admin'

@ -18,3 +18,5 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.vercel

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save