diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c634cc..067f084 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: run: npm i - name: Build the application - run: ./build.js + run: npm run build - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/publish.sh b/publish.sh index a445b50..292dcb8 100755 --- a/publish.sh +++ b/publish.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -source .env +# source .env sam package \ --region $DEPLOY_REGION \