Skip to content

Commit

Permalink
chore: removing docs from default inputs (#5212)
Browse files Browse the repository at this point in the history
* removing docs from default inputs

* fixing caching so touching md files does not invlaidate the cache

* rerun ci

* rerun ci

---------

Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
ZackDeRose and TkDodo authored Apr 13, 2023
1 parent 8730081 commit 5335294
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"default": [
"{projectRoot}/**/*",
"globalBuildAffectingConfig",
"globalNonBuildAffectingConfig"
"globalNonBuildAffectingConfig",
"!{projectRoot}/**/*.md",
"!{projectRoot}/**/build/**/*"
],
"public": [
"default",
Expand Down
3 changes: 2 additions & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"{workspaceRoot}/packages/*/build/**/*(.cjs|.mjs|.js)*",
"{workspaceRoot}/packages/*/build/stats*",
"{workspaceRoot}/packages/*/build/**/*.svelte"
]
],
"inputs": ["default"]
},
"build": {
"command": "echo \" @tanstack/query > All packages built! 📦\"",
Expand Down

0 comments on commit 5335294

Please sign in to comment.