Skip to content

Commit

Permalink
add script to recursively remove dist directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Dec 19, 2024
1 parent c4a1a9f commit 68aa23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "turbo run build --filter=!@atj/infra-cdktf",
"clean": "turbo run clean",
"clean:modules": "find $(git rev-parse --show-toplevel) -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"clean:dist": "find $(git rev-parse --show-toplevel) -name 'dist' -type d -prune -exec rm -rf '{}' +",
"dev": "turbo run dev --concurrency 20",
"format": "prettier --write \"packages/*/src/**/*.{js,jsx,ts,tsx,scss,css}\"",
"lint": "turbo run lint",
Expand Down

0 comments on commit 68aa23f

Please sign in to comment.