Skip to content

Commit

Permalink
build: update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbescodes committed Oct 28, 2023
1 parent 6df0d1d commit 2d3f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"scripts": {
"prepare": "husky install",
"dev": "panda codegen && concurrently --kill-others -n \"PANDA,STORYBOOK\" -c \"#f13334,#ff4785\" \"bun dev:css\" \"bun storybook\"",
"dev": "dotenv -e .env -c -- panda codegen && concurrently --kill-others -n \"PANDA,STORYBOOK\" -c \"#f13334,#ff4785\" \"bun dev:css\" \"bun storybook\"",
"dev:css": "panda --watch",
"build": "panda codegen && tsup",
"format": "prettier . --write",
Expand Down

0 comments on commit 2d3f95d

Please sign in to comment.