Skip to content

Commit e41d41d

Browse files
committed
Remove 'elements' from CI workflow and add 'build:disable' script to package.json
1 parent 2d47e30 commit e41d41d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ jobs:
280280
"generic",
281281
"express",
282282
"ap-flows",
283-
"elements",
284283
"localhost",
285284
"sessions",
286285
"sessions:staging",

packages/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"app:dev:debug:ui": "(cd examples/nextjs && NEXT_PUBLIC_CLERK_ELEMENTS_DEBUG_UI=true pnpm dev)",
5959
"app:e2e": "(cd examples/nextjs && pnpm e2e)",
6060
"app:lint": "(cd examples/nextjs && pnpm lint)",
61-
"build": "tsup --env.NODE_ENV production",
6261
"build:analyze": "tsup --env.NODE_ENV production --metafile; open https://esbuild.github.io/analyze/",
6362
"build:declarations": "tsc -p tsconfig.declarations.json",
63+
"build:disable": "tsup --env.NODE_ENV production",
6464
"dev": "tsup --env.NODE_ENV development --watch",
6565
"dev:example": "concurrently \"pnpm dev\" \"pnpm app:dev\"",
6666
"format": "node ../../scripts/format-package.mjs",

0 commit comments

Comments
 (0)