Skip to content

Commit

Permalink
fixed component color bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.terletzkiy committed Aug 14, 2023
1 parent 7121652 commit 0afa99f
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 @@ -16,7 +16,7 @@
"build": "vite build",
"preview": "vite preview",
"build:rollup": "cross-env NODE_ENV=production rollup --config ./rollup.config.js",
"build:publish": "np --yolo --no-yarn --any-branch --branch next",
"build:publish": "npm run build && np --yolo --no-yarn --any-branch --branch next",
"publish:dev": "npm publish --tag=develop",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
Expand Down

0 comments on commit 0afa99f

Please sign in to comment.