diff --git a/.github/workflows/automatic_tests.yml b/.github/workflows/automatic_tests.yml index b9a54c0..78323c0 100644 --- a/.github/workflows/automatic_tests.yml +++ b/.github/workflows/automatic_tests.yml @@ -31,5 +31,5 @@ jobs: run: npm i working-directory: frontend - name: Build frontend - run: npm run prod + run: npm run build:prod working-directory: frontend \ No newline at end of file