Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: excluding getting started templates #193

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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