diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4facddd..00ac8d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: npm ci - name: 🏗 Run build script - run: npm run build-stage + run: npm run build:stage - name: 🪣 Cache firebase uses: actions/cache@v3 @@ -113,7 +113,7 @@ jobs: npm ci - name: 🏗 Run build script - run: npm run build + run: npm run build:prod - name: 🪣 Cache firebase uses: actions/cache@v3