Skip to content

Commit

Permalink
Restoe clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Nov 12, 2024
1 parent 945eaa6 commit c872810
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 @@ -21,7 +21,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "pnpm build:packages && changeset publish",
"changeset-version": "(changeset version) && cp packages/next-admin/CHANGELOG.md apps/docs/pages/changelog/index.md && pnpm install",
"clean": "turbo run clean && pnpm recursive exec -- rm -rf node_modules && rm -rf node_modules && pnpm recursive exec -- rm -rf .turbo && rm -rf .turbo"
"clean": "turbo run clean"
},
"devDependencies": {
"dotenv-cli": "7.2.1",
Expand Down

0 comments on commit c872810

Please sign in to comment.