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
"setup": "aws s3api get-bucket-location --bucket $npm_package_config_artifactsS3Bucket --region $npm_package_config_primaryAwsRegion || npm run create-artifacts-bucket && npm run lambdas-npm-install && npm run package-deploy",
37
-
"post-setup": "npm run post-config && cd dev-portal && npm install && cd .. && npm run upload-site && cd dev-portal && npm home",
36
+
"setup": "npm install && npm run pre-config && npm run create-artifacts-bucket && npm run lambdas-npm-install && npm run package-deploy && npm run post-setup",
37
+
"post-setup": "npm run post-config && cd dev-portal && npm install && npm run upload-site && npm home",
38
38
"clean": "npm run delete-artifacts-bucket && npm run delete-stack"
0 commit comments