Skip to content

Commit

Permalink
fix(decdk) decdk-schema invalid file name for executable (aws#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohalz authored and Elad Ben-Israel committed Mar 1, 2019
1 parent 4ab1cd3 commit a23f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"bin": {
"decdk": "bin/decdk",
"decdk-schema": "bin/recdk-schema"
"decdk-schema": "bin/decdk-schema"
},
"scripts": {
"build": "node ./deps.js && tsc && chmod +x bin/decdk && chmod +x bin/decdk-schema && bin/decdk-schema > cdk.schema.json",
Expand Down Expand Up @@ -143,4 +143,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}

0 comments on commit a23f46f

Please sign in to comment.