Skip to content

Commit c30440a

Browse files
authored
chore(test-project): Pin TW to v3 (#11924)
1 parent 7ed8f38 commit c30440a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/test-project/tui-tasks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,10 @@ async function webTasks(outputPath, { linkWithLatestFwBuild }) {
349349
{
350350
title: 'Install tailwind dependencies',
351351
// @NOTE: use rwfw, because calling the copy function doesn't seem to work here
352+
// TODO: Try using tarsync. See if that removes the need for this workaround
352353
task: async () => {
353354
await exec(
354-
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.5.12',
355+
'yarn workspace web add -D postcss postcss-loader tailwindcss@^3.4.17 autoprefixer prettier-plugin-tailwindcss@^0.5.12',
355356
[],
356357
getExecaOptions(outputPath),
357358
)

0 commit comments

Comments
 (0)