Skip to content

Commit

Permalink
styles fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-hlavaty committed Feb 10, 2023
1 parent 620b879 commit d6d1ef7
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 @@ -10,7 +10,7 @@
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "node ./theme/setTheme.js && build-storybook",
"build": "rm -rf dist && tsc --project tsconfig.json && cp -r ./src/styles ./dist/styles && cp -r ./src/assets ./dist && rm -r ./dist/stories",
"build": "npm run build:tailwind && rm -rf dist && tsc --project tsconfig.json && cp -r ./src/styles ./dist/styles && cp -r ./src/assets ./dist && rm -r ./dist/stories",
"sass": "sass --watch ./src/styles/global.sass ./.storybook/main.css",
"prepublish": "npm run build",
"export-tailwind-config": "tailwindcss-export-config --config=tailwind.config.js --destination=src/styles/tailwind-variables --flat=true --format=sass --quoted-keys=true",
Expand Down

0 comments on commit d6d1ef7

Please sign in to comment.