Skip to content

Commit

Permalink
feat: add script to visualiaze tailwind-config-viewer locally
Browse files Browse the repository at this point in the history
  • Loading branch information
acd02 committed Feb 28, 2023
1 parent 87b8f00 commit 5736b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
"release": "lerna publish --yes --include-merged-tags --no-verify-access",
"storybook:start": "npx spark setup-themes && storybook dev -p 6006",
"storybook:build": "storybook build -o dist",
"tailwind-config-viewer": "tailwind-config-viewer -c ./tailwind.config.viewer.cjs",
"tailwind-config-viewer:build": "tailwind-config-viewer -c ./tailwind.config.viewer.cjs export ./docs",
"test": "vitest",
"test:ui": "vitest watch --ui",

0 comments on commit 5736b7d

Please sign in to comment.