Skip to content

Commit

Permalink
rename to output
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 13, 2024
1 parent 23e9543 commit 0dfa58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- run: yarn deploy --stage $NODE_ENV
- run: yarn info --stage $NODE_ENV
- run: yarn output --stage $NODE_ENV
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": false,
"scripts": {
"deploy": "serverless deploy",
"info": "serverless output list"
"output": "serverless output list"
},
"layers": {
"auth-sls-rest-api": "1.0.24-18",
Expand Down

0 comments on commit 0dfa58d

Please sign in to comment.