diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 53027632..cb6a8470 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 production + run: npm run prod