Skip to content

Commit

Permalink
chore: set nx build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 1, 2023
1 parent fbfc747 commit a29bed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"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 a29bed3

Please sign in to comment.