Skip to content

Commit

Permalink
build: fix build target option in semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Sep 21, 2023
1 parent acba523 commit 1f3a69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/.nxreleaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"branches": [
"master"
],
"buildTarget": "build",
"outputPath": "dist"
"buildTarget": "${PROJECT_NAME}:build",
"outputPath": "${PROJECT_DIR}/dist"
}

0 comments on commit 1f3a69e

Please sign in to comment.