Skip to content

Commit f2fe2d9

Browse files
Fix dist folder output
1 parent f9afa6b commit f2fe2d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"public": [
4343
"default",
4444
"{projectRoot}/build",
45+
"{projectRoot}/dist",
4546
"!{projectRoot}/.eslintrc.cjs",
4647
"!{projectRoot}/tsconfig.eslint.json"
4748
]
@@ -63,7 +64,7 @@
6364
"build": {
6465
"dependsOn": ["^build"],
6566
"inputs": ["default", "^public"],
66-
"outputs": ["{projectRoot}/build"]
67+
"outputs": ["{projectRoot}/build", "{projectRoot}/dist"]
6768
},
6869
"test:build": {
6970
"dependsOn": ["build"],

0 commit comments

Comments
 (0)