Skip to content

Commit adb4af0

Browse files
committed
release(core): 9.0.11
1 parent 8cdeed9 commit adb4af0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nx.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
"@nx/vite:test": {
111111
"cache": true,
112112
"inputs": ["default", "^production"]
113+
},
114+
"nx-release-publish": {
115+
"dependsOn": ["build"],
116+
"options": {
117+
"packageRoot": "{workspaceRoot}/dist/packages/{projectName}"
118+
}
113119
}
114120
},
115121
"useDaemonProcess": false,

0 commit comments

Comments
 (0)