Skip to content

Commit

Permalink
remove NODE_ENV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi committed Oct 31, 2023
1 parent 3e5cd13 commit ea6d729
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ jobs:
run: |
pnpm install
pnpm build
env:
NODE_ENV: production
- name: Build API
working-directory: api
run: |
pnpm install
pnpm build
env:
NODE_ENV: production
- name: Publish to npm
working-directory: api
Expand Down

0 comments on commit ea6d729

Please sign in to comment.