Skip to content

Commit

Permalink
update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Feb 4, 2025
1 parent 30abfd2 commit 5c57634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "pnpm prebuild && tsc && vite build",
"build": "pnpm prebuild && tsc && vite build && pnpm postbuild",
"postbuild": "touch dist/.gitkeep",
"prebuild": "./prebuild.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 5c57634

Please sign in to comment.