Skip to content

Commit

Permalink
chore: use add as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub committed Feb 25, 2022
1 parent 9ba1335 commit d8403e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test-project/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async function webTasks(outputPath, { link, verbose }) {
// @NOTE: use rwfw, because calling the copy function doesn't seem to work here
task: () =>
execa(
'yarn workspace web add postcss postcss-loader tailwindcss autoprefixer@^9.8.8',
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer@^9.8.8',
[],
getExecaOptions(outputPath)
),
Expand Down

0 comments on commit d8403e6

Please sign in to comment.