Skip to content

Commit 51cfd1f

Browse files
committed
ci: update packages/foo/project.json
1 parent d59abf2 commit 51cfd1f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/foo/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@
66
"release": {
77
"version": {
88
"generatorOptions": {
9-
"packageRoot": "dist/{projectRoot}",
9+
"packageRoot": "{projectRoot}/dist",
1010
"currentVersionResolver": "git-tag"
1111
}
1212
}
1313
},
1414
"tags": [],
1515
"targets": {
16-
"nx-release-publish": {
17-
"options": {
18-
"packageRoot": "packages/foo/dist"
19-
}
20-
},
2116
"build": {
2217
"executor": "@nx/js:tsc",
2318
"outputs": ["{options.outputPath}"],

0 commit comments

Comments
 (0)