Skip to content

Commit

Permalink
only run dev on plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Nov 26, 2023
1 parent 8a06b2b commit 98ba631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-tailwind-purgecss-monorepo",
"private": true,
"scripts": {
"dev": "pnpm -r dev",
"dev": "pnpm -F vite-plugin-tailwind-purgecss dev",
"build": "pnpm -F vite-plugin-tailwind-purgecss build",
"lint": "pnpm -r lint",
"release": "pnpm run build && changeset publish",
Expand Down

0 comments on commit 98ba631

Please sign in to comment.