Skip to content

Commit

Permalink
Merge branch 'main' into renovate/npm-vite-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jan 24, 2025
2 parents 4dd1668 + c30440a commit 70de6b0
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 70de6b0

Please sign in to comment.