Skip to content

Commit 61dd665

Browse files
chore: simplify tsup scripts
1 parent 66cf880 commit 61dd665

File tree

45 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+90
-90
lines changed

packages/ai-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dist"
2525
],
2626
"scripts": {
27-
"build": "tsup --config ../../tsup.config.ts",
28-
"dev": "tsup --config ../../tsup.config.ts --watch",
27+
"build": "tsup",
28+
"dev": "tsup --watch",
2929
"clean": "del dist",
3030
"test": "run-s test:*",
3131
"test:lint": "eslint .",

packages/bing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/calculator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/clearbit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/dexa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/dexter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/diffbot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

packages/e2b/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts",
27-
"dev": "tsup --config ../../tsup.config.ts --watch",
26+
"build": "tsup",
27+
"dev": "tsup --watch",
2828
"clean": "del dist",
2929
"test": "run-s test:*",
3030
"test:lint": "eslint .",

0 commit comments

Comments
 (0)