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: |
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- run: cd frontend
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run:
|
||||
name: "Build"
|
||||
command: |
|
||||
cd frontend
|
||||
npm install
|
||||
npm run build
|
||||
build-go:
|
||||
docker:
|
||||
- image: circleci/golang
|
||||
|
||||
Loading…
Reference in New Issue
Block a user