Skip to content

Commit

Permalink
Fix build-storybook:css command
Browse files Browse the repository at this point in the history
  • Loading branch information
davydepauw committed Jul 8, 2024
1 parent 1ff48b1 commit 67317b0
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 @@ -7,7 +7,7 @@
"watch:css": "chokidar 'src/styles/**/*.css' --command 'npm run build:css'",
"storybook": "npm run build-storybook && storybook dev -p 6006",
"build-storybook": "storybook build -o dist/storybook",
"build-storybook:css": "./node_modules/.bin/postcss src/styles/main.scss -o dist/css/main.css --verbose"
"build-storybook:css": "./node_modules/.bin/postcss src/styles/main.css -o dist/css/main.css --verbose"
},
"dependencies": {
"clsx": "^2.1.1",
Expand Down

0 comments on commit 67317b0

Please sign in to comment.