Skip to content

Commit

Permalink
Fix dist folder output
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 4, 2023
1 parent f9afa6b commit f2fe2d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"public": [
"default",
"{projectRoot}/build",
"{projectRoot}/dist",
"!{projectRoot}/.eslintrc.cjs",
"!{projectRoot}/tsconfig.eslint.json"
]
Expand All @@ -63,7 +64,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^public"],
"outputs": ["{projectRoot}/build"]
"outputs": ["{projectRoot}/build", "{projectRoot}/dist"]
},
"test:build": {
"dependsOn": ["build"],
Expand Down

0 comments on commit f2fe2d9

Please sign in to comment.