diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index cb6a8470..53027632 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -38,4 +38,4 @@ jobs: - name: Restore dependencies run: npm ci - name: Build - run: npm run prod + run: npm run production