Skip to content

Commit

Permalink
Merge pull request #87 from bywhitebird/hotfix/fix-panda-build
Browse files Browse the repository at this point in the history
build(Alakazam): fix prebuild script to create dist directory if it d…
  • Loading branch information
arthur-fontaine authored Feb 21, 2024
2 parents d880155 + dbefde6 commit b4b4a77
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 @@ -24,7 +24,7 @@
],
"scripts": {
"prepare": "panda codegen",
"prebuild": "panda cssgen --outfile dist/whitebird.css",
"prebuild": "mkdir -p dist && panda cssgen --outfile dist/whitebird.css",
"build": "kazam generate",
"build:watch": "kazam generate --watch",
"lint": "eslint .",
Expand Down

0 comments on commit b4b4a77

Please sign in to comment.