Skip to content

Commit

Permalink
chore: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
siam-ese committed Dec 4, 2024
1 parent ef97b73 commit 5a37fae
Show file tree
Hide file tree
Showing 11 changed files with 408 additions and 30 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"tsup": "8.0.2",
"turbo": "^1.13.3",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"clean": "rimraf ./dist && rimraf .turbo",
"build": "tsup index.ts --format esm,cjs --dts --external react,chrome",
"build": "tsup index.ts --format esm,cjs --dts --external chrome",
"dev": "pnpm run build --watch",
"type-check": "tsc --noEmit"
},
Expand Down
6 changes: 1 addition & 5 deletions packages/scraper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
"paths": {
"@lib/*": [
"lib/*"
],
"@views/*": [
"views/*"
]
},
"types": ["chrome"],
"outDir": "dist"
},
"include": [
"index.ts",
"lib", "views",
"../ui/client/scraper-client/scraper-client-channel.service.ts", "../ui/client/scraper-client/scraper-client-channel.ts"]
"lib"]
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"clean": "rimraf ./dist && rimraf .turbo",
"build": "tsup index.ts --format esm,cjs --dts --external react,chrome",
"build": "tsup index.ts --format esm,cjs --dts --external chrome",
"dev": "pnpm run build --watch",
"type-check": "tsc --noEmit"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"clean": "rimraf ./dist && rimraf .turbo",
"build": "tsup index.ts --format esm,cjs --dts --external react,chrome",
"build": "tsup index.ts --format esm,cjs --dts --external chrome",
"dev": "pnpm run build --watch",
"type-check": "tsc --noEmit"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/table/postcss.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/table/tailwind.config.js

This file was deleted.

5 changes: 1 addition & 4 deletions packages/table/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
"paths": {
"@lib/*": [
"lib/*"
],
"@views/*": [
"views/*"
]
},
"types": ["chrome"],
"outDir": "dist"
},
"include": [
"index.ts",
"lib", "views"
"lib"
]
}
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"clean": "rimraf ./dist && rimraf .turbo",
"build": "tsup index.ts --format esm,cjs --dts --external react,chrome",
"build": "tsup index.ts --format esm,cjs --dts --external chrome",
"dev": "pnpm run build --watch",
"test": "vitest run",
"type-check": "tsc --noEmit"
Expand Down
5 changes: 1 addition & 4 deletions packages/workflow/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
"paths": {
"@lib/*": [
"lib/*"
],
"@views/*": [
"views/*"
]
},
"types": ["chrome"],
"outDir": "dist"
},
"include": [
"index.ts",
"lib", "views"
"lib"
]
}
Loading

0 comments on commit 5a37fae

Please sign in to comment.