Skip to content

Commit 4d2cb73

Browse files
authored
fix: misspelled property in schema.json (#50)
1 parent f65acb4 commit 4d2cb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/executors/build/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"type": "string",
5858
"description": "When building, copy the package to this location."
5959
},
60-
"prepare:": {
60+
"prepare": {
6161
"type": "boolean",
6262
"description": "Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories. The output is generated in a subdirectory for the selected target platform in the platforms directory. This lets you build the project for the selected platform.",
6363
"default": false

0 commit comments

Comments
 (0)