Skip to content

Commit

Permalink
fix(ci): fix build script names
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 28, 2022
1 parent e814599 commit b33cc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b33cc54

Please sign in to comment.