Skip to content

Commit

Permalink
chore: add comment to explain why we omit devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Oct 16, 2024
1 parent 5f1e92c commit 864a708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
cache: "npm"
node-version-file: package.json
- run: npm ci --omit=dev
- run: npm ci --omit=dev # omit dev dependencies to simulate deployed environment
- run: npm run migrate up
- run: npm run fixtures:load-ci -- scripts/fixtures.sql
- run: npm run update-organization-info -- 500

0 comments on commit 864a708

Please sign in to comment.