Skip to content

Commit

Permalink
chore: cleanup tsup configs (#8381)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Jul 28, 2022
1 parent ff5dd1f commit c258bdf
Show file tree
Hide file tree
Showing 34 changed files with 17 additions and 346 deletions.
3 changes: 1 addition & 2 deletions packages/actions/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
9 changes: 0 additions & 9 deletions packages/actions/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/builders/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/builders/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/collection/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/collection/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/discord.js/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
3 changes: 1 addition & 2 deletions packages/docgen/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/docgen/tsup.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/proxy-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:16-alpine
WORKDIR /usr/proxy

# First copy over dependencies separate from src for better caching
COPY package.json yarn.lock tsconfig.json .yarnrc.yml tsup.config.ts ./
COPY package.json yarn.lock tsconfig.json .yarnrc.yml build.config.ts ./
COPY .yarn ./.yarn
COPY ./packages/proxy-container/package.json ./packages/proxy-container/

Expand Down
1 change: 0 additions & 1 deletion packages/proxy-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/proxy-container/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/proxy/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"supertest": "^6.2.4",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/proxy/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/rest/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/rest/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/scripts/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
Expand Down
5 changes: 0 additions & 5 deletions packages/scripts/tsup.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/voice/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dist/
docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
coverage/
1 change: 0 additions & 1 deletion packages/voice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"mock-socket": "^9.1.5",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"tweetnacl": "^1.0.3",
"typescript": "^4.7.4",
"unbuild": "^0.7.6"
Expand Down
3 changes: 0 additions & 3 deletions packages/voice/tsup.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/website/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
.cache
build/
src/styles/unocss.css
Expand Down
1 change: 0 additions & 1 deletion packages/ws/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ docs/**/*
!docs/index.yml
!docs/README.md
coverage/
tsup.config.*.mjs
1 change: 0 additions & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"mock-socket": "^9.1.5",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"undici": "^5.8.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/ws/tsup.config.ts

This file was deleted.

54 changes: 0 additions & 54 deletions tsup.config.ts

This file was deleted.

Loading

0 comments on commit c258bdf

Please sign in to comment.