Skip to content

Commit

Permalink
chore: allow clean:deps to remove test studio node_modules (#6951)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Jun 17, 2024
1 parent 5943d4f commit 339128d
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 @@ -24,7 +24,7 @@
"chore:lint:fix": "turbo run lint -- --quiet --fix",
"chore:normalize-versions": "node -r esbuild-register scripts/normalizeDependencyVersions.ts",
"clean": "run-s build:clean clean:deps",
"clean:deps": "rimraf packages/@repo/*/node_modules packages/@sanity/*/node_modules packages/*/node_modules node_modules",
"clean:deps": "rimraf packages/@repo/*/node_modules packages/@sanity/*/node_modules packages/*/node_modules dev/*/node_modules node_modules",
"depcheck": "pnpm check:deps",
"deploy:movies": "pnpm build && cd examples/movies-studio && sanity deploy",
"deploy:test": "pnpm build && cd dev/test-studio && sanity deploy",
Expand Down

0 comments on commit 339128d

Please sign in to comment.