Skip to content

Commit e7d5236

Browse files
Cephyric-ghpieh
andcommitted
fix: fix fail message to correctly reference project.json
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent a40723f commit e7d5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/getAngularJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const getAngularJson = function ({ failPlugin, siteRoot, workspaceType, packageP
1717
if (workspaceType === 'nx') {
1818
if ((packagePath ?? '').length === 0) {
1919
return failPlugin(
20-
`packagePath must be set to the location of the package.json being built when deploying an NX monorepo, e.g. "apps/{project-name}"`,
20+
`packagePath must be set to the location of the project.json being built when deploying an NX monorepo, e.g. "apps/{project-name}"`,
2121
)
2222
}
2323

0 commit comments

Comments
 (0)