Skip to content

Commit 0dfa58d

Browse files
committed
rename to output
1 parent 23e9543 commit 0dfa58d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
aws-region: ${{ vars.AWS_REGION }}
4343

4444
- run: yarn deploy --stage $NODE_ENV
45-
- run: yarn info --stage $NODE_ENV
45+
- run: yarn output --stage $NODE_ENV

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": false,
1010
"scripts": {
1111
"deploy": "serverless deploy",
12-
"info": "serverless output list"
12+
"output": "serverless output list"
1313
},
1414
"layers": {
1515
"auth-sls-rest-api": "1.0.24-18",

0 commit comments

Comments
 (0)