Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TanStack/router
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 30, 2025
2 parents 4033f3a + 2a90490 commit 6e7683f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"vite-plugin-dts": "^4.5.0"
},
"nx": {
"//": "This is a workaround for a bug in Nx. See https://github.com/nrwl/nx/issues/29486",
"implicitDependencies": [
"@router-mono-simple-lazy/post-feature"
],
"targets": {
"dev": {
"dependsOn": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"clean": "pnpm --filter \"./packages/**\" run clean",
"preinstall": "node -e \"if(process.env.CI == 'true') {console.info('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
"test": "pnpm run test:ci",
"test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build --exclude=examples/react/router-monorepo-simple/**",
"test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build --exclude=examples/react/router-monorepo-simple/**",
"test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
"test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**,e2e/**",
"test:format": "pnpm run prettier --check",
"test:unit": "nx affected --target=test:unit --exclude=examples/**,e2e/**",
Expand Down

0 comments on commit 6e7683f

Please sign in to comment.