Skip to content

Commit

Permalink
chore(publish): set NODE_ENV=production when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rani authored and christopherthielen committed Jul 30, 2021
1 parent 1e06186 commit 2e62f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: build all packages
if: ${{ steps.tag.outputs.tagged == 'true' }}
run: npx lerna run build
env:
NODE_ENV: production

- name: publish packages to npm
if: ${{ steps.tag.outputs.tagged == 'true' }}
Expand Down

0 comments on commit 2e62f34

Please sign in to comment.