Skip to content

Commit 864a708

Browse files
chore: add comment to explain why we omit devDependencies
1 parent 5f1e92c commit 864a708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
cache: "npm"
3939
node-version-file: package.json
40-
- run: npm ci --omit=dev
40+
- run: npm ci --omit=dev # omit dev dependencies to simulate deployed environment
4141
- run: npm run migrate up
4242
- run: npm run fixtures:load-ci -- scripts/fixtures.sql
4343
- run: npm run update-organization-info -- 500

0 commit comments

Comments
 (0)