Skip to content

Commit e60f8cc

Browse files
committed
Install tailwind on blast launch to fix broken builds
1 parent 8ebb859 commit e60f8cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"stylelint": "^13.12.0",
3838
"stylelint-config-recommended": "^4.0.0",
3939
"stylelint-order": "^4.1.0",
40-
"stylelint-prettier": "^1.2.0",
41-
"tailwindcss": "^2.2.7"
40+
"stylelint-prettier": "^1.2.0"
4241
},
4342
"dependencies": {
4443
"@etchteam/storybook-addon-status": "^4.0.0",
@@ -53,7 +52,8 @@
5352
"chokidar-cli": "^3.0.0",
5453
"concurrently": "^6.2.1",
5554
"storybook-addon-designs": "^6.0.1",
56-
"storybook-source-code-addon": "^1.2.0"
55+
"storybook-source-code-addon": "^1.2.0",
56+
"tailwindcss": "^2.2.7"
5757
},
5858
"lint-staged": {
5959
"*.js": "eslint --no-fix",

0 commit comments

Comments
 (0)