Skip to content

Commit

Permalink
fix: include tailwind config in package (#1576)
Browse files Browse the repository at this point in the history
I missed this in #1568.
  • Loading branch information
ahuth authored Apr 3, 2023
1 parent 8c63e84 commit 4f66b35
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 @@ -22,7 +22,7 @@
},
"files": [
"/lib",
"tailwind.config.js"
"tailwind.config.*"
],
"scripts": {
"build": "yarn build:clean && yarn build:tokens && yarn build:js && yarn build:styles && yarn copy-fonts-to-lib",
Expand Down

0 comments on commit 4f66b35

Please sign in to comment.