parent
4e53dd9412
commit
90edfc53e8
1 changed files with 7 additions and 7 deletions
14
.drone.yml
14
.drone.yml
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue