You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"deploy": "npm run build && sam deploy --config-env test --no-confirm-changeset --config-file alt-samconfig.yaml --template-file alt-template.yaml && npm run export_outputs",
6
+
"build": "sam build --config-env test --config-file alt-samconfig.yaml --template-file alt-template.yaml",
7
+
"deploy": "npm run build && sam deploy --config-env test --config-file alt-samconfig.yaml --no-confirm-changeset && npm run export_outputs",
0 commit comments