Skip to content

Commit

Permalink
chore: excluding getting started templates (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance authored Sep 9, 2024
1 parent dc8754c commit 845a4f2
Show file tree
Hide file tree
Showing 3 changed files with 739 additions and 2,607 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"ci-build": "turbo run build --filter=./packages/* --cache-dir=node_modules/.cache/turbo",
"pretest": "turbo run build --filter=./packages/*",
"test": "jest",
"prelint": "turbo run build",
"prelint": "turbo run build --filter=!@getting-started/*",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
"lint:knip": "knip --cache --cache-location node_modules/.cache/knip",
"lint:installed-check": "installed-check --engine-check --version-check",
"lint:types": "pnpm -r --parallel --include-workspace-root exec tsc",
"lint:types": "pnpm -r --parallel --include-workspace-root --filter=!@getting-started/* exec tsc",
"changeset": "changeset",
"publish-pkg": "changeset publish",
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist .turbo .netlify node_modules/.cache",
Expand Down
Loading

0 comments on commit 845a4f2

Please sign in to comment.