Skip to content

Commit

Permalink
chain the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitaru committed Feb 15, 2023
1 parent fe4c894 commit cf3b798
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 @@ -15,7 +15,7 @@
"scripts": {
"manifest": "custom-elements-manifest analyze",
"dev": "concurrently \"pnpm manifest --watch\" \"storybook dev --port 6006\"",
"build": "concurrently \"tsc\" \"vite build\" \"storybook build\"",
"build": "tsc && vite build && pnpm run manifest && storybook build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit cf3b798

Please sign in to comment.