Skip to content

Commit 3b7e26d

Browse files
committed
ci(github): move env to build step (was only installing prod deps)
1 parent fef4d12 commit 3b7e26d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
# Build job
3030
build:
3131
runs-on: ubuntu-latest
32-
env:
33-
NODE_ENV: production
3432
steps:
3533
- name: Checkout
3634
uses: actions/checkout@v3
@@ -42,6 +40,8 @@ jobs:
4240
- name: Install Node.js dependencies
4341
run: npm ci
4442
- name: Build with Eleventy
43+
env:
44+
NODE_ENV: production
4545
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
4646
run: npm run build -- --pathprefix="/bugs.jquery.com/"
4747
# - name: Upload artifact

0 commit comments

Comments
 (0)