Skip to content

Commit

Permalink
Merge pull request #88 from bywhitebird/hotfix/fix-whitebird-ui-kazam…
Browse files Browse the repository at this point in the history
…-generation

build(WhitebirdUI): run `pnpm rebuild` if kazam command does not exist
  • Loading branch information
arthur-fontaine authored Feb 21, 2024
2 parents b4b4a77 + e0777a7 commit a760405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whitebird-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"prepare": "panda codegen",
"prebuild": "mkdir -p dist && panda cssgen --outfile dist/whitebird.css",
"build": "kazam generate",
"build": "kazam generate || (pnpm rebuild && kazam generate)",
"build:watch": "kazam generate --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit a760405

Please sign in to comment.