Skip to content

Commit

Permalink
Update prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Sep 20, 2024
1 parent 1dd62dc commit 01e25c1
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 @@ -19,7 +19,7 @@
"module": "build/ui-kit.es.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "node scripts/prepare",
"prepare": "node scripts/prepare && vite build",
"start": "./scripts/storybook",
"dev": "./scripts/storybook start --no-manager-cache",
"build": "npm run prepare && vite build && cp index.d.ts build",
Expand Down

0 comments on commit 01e25c1

Please sign in to comment.