Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore: add compile-igs yarn script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestor Carvantes committed Feb 15, 2021
1 parent c4ebca3 commit 3e9764f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"deploy": "aws cloudformation deploy --template-file $npm_package_cftemplate --stack-name $npm_package_stackname --capabilities CAPABILITY_IAM",
"postdeploy": "aws cloudformation describe-stacks --stack-name $npm_package_stackname --query \"Stacks[?StackName=='$npm_package_stackname'].{StackName: StackName, Status: StackStatus, Reason: StackReason} | [0]\" --output json",
"launch": "yarn run predeploy && yarn run deploy && yarn run postdeploy",
"local": "node ."
"local": "node .",
"compile-igs": "ts-node scripts/compile-igs.ts"
},
"dependencies": {
"aws-sdk": "^2.785.0",
Expand Down

0 comments on commit 3e9764f

Please sign in to comment.