Skip to content

Commit

Permalink
cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerschloesser committed Feb 27, 2024
1 parent ff74ec9 commit 52f7de2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: HUSKY=0 npm ci
- run: npm ci
- run: npm test
- run: npm run build
- run: STAGE=staging npm run deploy
Expand All @@ -24,8 +24,6 @@ jobs:
- uses: cypress-io/github-action@v6
with:
working-directory: packages/cypress-tests
env:
HUSKY: 0
prod:
runs-on: ubuntu-latest
needs: staging-cypress
Expand All @@ -38,7 +36,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: HUSKY=0 npm ci
- run: npm ci
- run: npm test
- run: npm run build
- run: STAGE=prod npm run deploy

0 comments on commit 52f7de2

Please sign in to comment.