Skip to content

Commit

Permalink
chore(test-project): Pin TW to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 24, 2025
1 parent 7ed8f38 commit 6ddc638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/test-project/tui-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,10 @@ async function webTasks(outputPath, { linkWithLatestFwBuild }) {
{
title: 'Install tailwind dependencies',
// @NOTE: use rwfw, because calling the copy function doesn't seem to work here
// TODO: Try using tarsync. See if that removes the need for this workaround
task: async () => {
await exec(
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.5.12',
'yarn workspace web add -D postcss postcss-loader tailwindcss@^3.4.17 autoprefixer prettier-plugin-tailwindcss@^0.5.12',
[],
getExecaOptions(outputPath),
)
Expand Down

0 comments on commit 6ddc638

Please sign in to comment.