add frontend to ci

This commit is contained in:
Theta-Dev 2022-02-07 00:09:11 +01:00
parent 4e53dd9412
commit 90edfc53e8

View file

@ -3,13 +3,13 @@ name: default
type: docker
steps:
# - name: Frontend build
# image: node:16-alpine
# commands:
# - cd ui
# - npm install -g pnpm
# - pnpm install
# - pnpm run build
- name: Frontend build
image: node:16-alpine
commands:
- cd ui
- npm install -g pnpm
- pnpm install
- pnpm run build
- name: Backend test
image: golangci/golangci-lint:latest
commands: