Skip to content

Commit 832f536

Browse files
obsolete tsup dev config
1 parent fd97e64 commit 832f536

37 files changed

+0
-231
lines changed

packages/destinations/core/etag/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"scripts": {
1515
"build": "tsup",
16-
"build:dev": "tsup --config tsup.dev.config.ts",
1716
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
1817
"dev": "jest --watchAll --colors",
1918
"lint": "tsc && eslint \"**/*.ts*\"",

packages/destinations/core/etag/tsup.dev.config.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/destinations/node/aws/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"scripts": {
2424
"build": "tsup",
25-
"build:dev": "tsup --config tsup.dev.config.ts",
2625
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2726
"dev": "jest --watchAll --colors",
2827
"lint": "tsc && eslint \"**/*.ts*\"",

packages/destinations/node/aws/tsup.dev.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/destinations/node/bigquery/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"scripts": {
2424
"build": "tsup",
25-
"build:dev": "tsup --config tsup.dev.config.ts",
2625
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2726
"dev": "jest --watchAll --colors",
2827
"lint": "tsc && eslint \"**/*.ts*\"",

packages/destinations/node/bigquery/tsup.dev.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/destinations/node/etag/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"scripts": {
2424
"build": "tsup",
25-
"build:dev": "tsup --config tsup.dev.config.ts",
2625
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2726
"dev": "jest --watchAll --colors",
2827
"lint": "tsc && eslint \"**/*.ts*\"",

packages/destinations/node/etag/tsup.dev.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/destinations/node/meta/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"scripts": {
2424
"build": "tsup",
25-
"build:dev": "tsup --config tsup.dev.config.ts",
2625
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2726
"dev": "jest --watchAll --colors",
2827
"lint": "tsc && eslint \"**/*.ts*\"",

packages/destinations/node/meta/tsup.dev.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)