License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
7f9689871f
commit
8378bb011d
@ -16,9 +16,12 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
- run: cd frontend
|
- run:
|
||||||
- run: npm install
|
name: "Build"
|
||||||
- run: npm run build
|
command: |
|
||||||
|
cd frontend
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
build-go:
|
build-go:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang
|
- image: circleci/golang
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user