Skip to content

Commit

Permalink
NODE_ENV=production
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
  • Loading branch information
rez1dent3 committed Jul 27, 2024
1 parent 856e440 commit a521ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: "build"
run: npm run build
env:
NODE_ENV: production

- name: "Check if build has changed"
if: success()
Expand Down

0 comments on commit a521ae5

Please sign in to comment.