Skip to content

Commit

Permalink
🚧 ui Remove tsup settings (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
steeeee0223 committed Apr 24, 2024
1 parent 9e2d117 commit 48f0f1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 165 deletions.
37 changes: 7 additions & 30 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,16 @@
"version": "0.1.0",
"type": "module",
"exports": {
"./custom": {
"import": "./dist/custom.cjs",
"types": "./dist/custom.d.cts"
},
"./dnd": {
"import": "./dist/dnd.cjs",
"types": "./dist/dnd.d.cts"
},
"./form": {
"import": "./dist/form.cjs",
"types": "./dist/form.d.cts"
},
"./hooks": {
"import": "./dist/hooks.cjs",
"types": "./dist/hooks.d.cts"
},
"./notion": {
"import": "./dist/notion.cjs",
"types": "./dist/notion.d.cts"
},
"./shadcn": {
"import": "./dist/shadcn.cjs",
"types": "./dist/shadcn.d.cts"
},
"./lib": {
"import": "./dist/lib.js",
"types": "./dist/lib.d.ts"
}
"./custom": "./src/components/custom/index.ts",
"./dnd": "./src/components/dnd/index.ts",
"./form": "./src/components/form/index.ts",
"./hooks": "./src/hooks/index.ts",
"./notion": "./src/components/notion/index.ts",
"./shadcn": "./src/components/ui/index.ts",
"./lib": "./src/lib/index.ts"
},
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsup",
"ui:add": "pnpm dlx shadcn-ui@latest add",
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check . --ignore-path ../../.gitignore",
Expand Down Expand Up @@ -102,7 +80,6 @@
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"zod": "^3.22.4"
Expand Down
35 changes: 0 additions & 35 deletions packages/ui/tsup.config.ts

This file was deleted.

97 changes: 0 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ runs:

- shell: bash
run: pnpm -F prisma build

- shell: bash
run: pnpm -F ui build

0 comments on commit 48f0f1b

Please sign in to comment.