Skip to content

Commit

Permalink
Fix infra-cdktf filtering in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 18, 2024
1 parent a46aca8 commit 3005fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"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}\"",
"lint": "turbo run lint",
"pages": "rm -rf node_modules && npm i -g pnpm turbo && pnpm i && pnpm build && ln -sf ./apps/spotlight/dist _site",
"test": "vitest run",
"test:ci": "vitest run --coverage.enabled --coverage.reporter=text --coverage.reporter=json-summary --coverage.reporter=json --coverage.reportOnFailure",
"test:infra": "turbo run --filter=infra/cdktf test",
"test:infra": "turbo run --filter=infra-cdktf test",
"typecheck": "tsc --build",
"prepare": "husky"
},
Expand Down

0 comments on commit 3005fe8

Please sign in to comment.