Skip to content

Commit

Permalink
Revert "chore: set nx build outputs"
Browse files Browse the repository at this point in the history
This reverts commit a29bed3.
Nx caches "{projectRoot}/dist" by default.
Refer to https://nx.dev/reference/project-configuration#outputs
  • Loading branch information
nix6839 committed Sep 1, 2023
1 parent c145a47 commit afa7adb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"]
}
},
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
Expand Down

0 comments on commit afa7adb

Please sign in to comment.