Skip to content

Commit

Permalink
Fix infra/cdktf filter in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Aug 8, 2024
1 parent ffd5b9e commit dd4906e
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 @@ -6,7 +6,7 @@
"main": "index.js",
"license": "CC0",
"scripts": {
"build": "turbo run build --filter=!infra/cdktf",
"build": "turbo run build --filter=!infra-cdktf",
"clean": "turbo run clean",
"dev": "turbo run dev --concurrency 14",
"format": "prettier --write \"packages/*/src/**/*.{js,jsx,ts,tsx,scss}\"",
Expand Down

0 comments on commit dd4906e

Please sign in to comment.