.github/workflows/frontend: fix build command

This commit is contained in:
Patrik Oldsberg
2020-03-04 09:00:32 +01:00
parent 2965e51d5a
commit 0a127d4c99
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
working-directory: ./frontend
run: |
yarn install
yarn build --if-present
yarn build
yarn test
env:
CI: true