Skip to content

Commit

Permalink
Update nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 30, 2023
1 parent 8d0b5f8 commit 57c7a82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"namedInputs": {
"globalBuildAffectingConfig": [
"{workspaceRoot}/.browserslistrc",
"{workspaceRoot}/babel.config.js",
"{workspaceRoot}/rollup.config.js",
"{workspaceRoot}/rollup.config.ts",
"{workspaceRoot}/package.json",
"{workspaceRoot}/scripts/getRollupConfig.mjs",
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/package.json"
"{workspaceRoot}/tsconfig.base.json"
],
"globalNonBuildAffectingConfig": ["{workspaceRoot}/.eslintrc.cjs"],
"default": [
Expand Down

0 comments on commit 57c7a82

Please sign in to comment.