Skip to content

Commit fd21c42

Browse files
authored
chore(clerk-js): Script for serving chips variant in dev (#6516)
1 parent 1269b61 commit fd21c42

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/evil-ideas-stop.md

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

packages/clerk-js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"bundlewatch": "pnpm --package=bundlewatch -c dlx \"FORCE_COLOR=1 bundlewatch --config bundlewatch.config.json\"",
4242
"clean": "rimraf ./dist",
4343
"dev": "rspack serve --config rspack.config.js",
44+
"dev:chips": "rspack serve --config rspack.config.js --env variant=\"clerk.chips.browser\"",
4445
"dev:headless": "rspack serve --config rspack.config.js --env variant=\"clerk.headless.browser\"",
4546
"dev:origin": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:${PORT:-4000}",
4647
"dev:sandbox": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:${PORT:-4000} --env sandbox=1",

0 commit comments

Comments
 (0)