Skip to content

Commit 5286118

Browse files
authored
build(shared): drop redundant tsc declarations build (#8719)
1 parent da93ece commit 5286118

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"build": "FORCE_COLOR=1 turbo build --concurrency=${TURBO_CONCURRENCY:-80%}",
8-
"build:declarations": "FORCE_COLOR=1 turbo build:declarations --concurrency=${TURBO_CONCURRENCY:-80%} --filter=@clerk/nextjs --filter=@clerk/react --filter=@clerk/shared",
8+
"build:declarations": "FORCE_COLOR=1 turbo build:declarations --concurrency=${TURBO_CONCURRENCY:-80%} --filter=@clerk/nextjs --filter=@clerk/react",
99
"bundlewatch": "turbo run bundlewatch",
1010
"changeset": "changeset",
1111
"changeset:empty": "pnpm changeset --empty",

packages/shared/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
],
126126
"scripts": {
127127
"build": "tsdown",
128-
"build:declarations": "tsc -p tsconfig.declarations.json",
129128
"clean": "rimraf ./dist",
130129
"dev": "tsdown --watch src",
131130
"dev:pub": "pnpm dev -- --env.publish",

packages/shared/tsconfig.declarations.json

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

0 commit comments

Comments
 (0)