see whats happens

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-05-11 20:19:18 +01:00
parent a0b93a7cc2
commit fafc7384b6

View File

@ -6,8 +6,16 @@ jobs:
steps:
- checkout
- run: golangci-lint run -v
build-frontend:
docker:
- image: circleci/node
steps:
- run: cd frontend
- run: npm install
- run: npm run build
workflows:
version: 2
build-workflow:
jobs:
- lint
- build-frontend