.github/workflows/frontend: fix build command
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
working-directory: ./frontend
|
||||
run: |
|
||||
yarn install
|
||||
yarn build --if-present
|
||||
yarn build
|
||||
yarn test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user