Skip to content

Commit

Permalink
Set github workflow to production
Browse files Browse the repository at this point in the history
  • Loading branch information
leonyu committed Sep 22, 2024
1 parent da2ca1e commit c13b83c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
cache: "npm"

- name: npm install, lint, build, and test
env:
NODE_ENV: production
run: |
npm ci
npm run lint --if-present
Expand Down

0 comments on commit c13b83c

Please sign in to comment.