Skip to content

Commit

Permalink
Update prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Nov 1, 2023
1 parent b288899 commit d13dbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "MIT",
"files": [
"build",
"index.d.ts",
"index.css",
"index.d.ts",
"tailwind.config.js",
"postcss.config.js"
],
"main": "build/ui-kit.umd.js",
"module": "build/ui-kit.mjs",
"types": "build/index.d.ts",
"scripts": {
"prepare": "node scripts/prepare",
"prepare": "node scripts/prepare && vite build",
"start": "npm run storybook",
"dev": "npm run storybook",
"storybook": "storybook dev -p 6006 --no-open",
Expand Down

0 comments on commit d13dbaf

Please sign in to comment.