File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,6 @@ jobs:
280280 " generic" ,
281281 " express" ,
282282 " ap-flows" ,
283- " elements" ,
284283 " localhost" ,
285284 " sessions" ,
286285 " sessions:staging" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments