Skip to content

Commit

Permalink
fix: ci production stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Sep 15, 2024
1 parent fed1400 commit c3bc78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
version: v2.2.2

- run: npm ci --production
- run: npm ci
- run: npm run build
- run: npm test

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: 🗃️ reconstitute node_modules for production
run: |
rm -rf node_modules
npm ci --omit=dev
npm ci --production
- name: 🗃️ copy files
run: |
Expand Down

0 comments on commit c3bc78a

Please sign in to comment.