Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: Add Export Declaration for Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
deniaz committed Dec 7, 2022
1 parent 14b1d4f commit 59571a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"exports": {
".": {
"import": "./dist/index.js"
}
},
"./tailwind": "./tailwind.config.js"
},
"scripts": {
"build": "rm -rf ./dist && ctix create -w -r -p ./tsconfig.json && tsc && cp tailwind.config.js dist",
"build": "rm -rf ./dist && ctix create -w -r -p ./tsconfig.json && tsc",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006"
},
Expand Down

0 comments on commit 59571a5

Please sign in to comment.