Fix plugin and upgrade frontend [ALL]
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed
ci/woodpecker/push/wasm-o-x-rust unknown status
ci/woodpecker/push/frontend unknown status

This commit is contained in:
2022-08-09 09:41:51 +00:00
parent 49816e8659
commit 5061f593dd
3 changed files with 17 additions and 2 deletions

View File

@@ -4,18 +4,33 @@ pipeline:
commands:
- cd frontend
- npm install --save-dev
when:
path:
include:
- frontend/*
- .woodpecker/frontend.yml
eslint:
image: node:alpine
commands:
- cd frontend
- npm run lint
group: build
when:
path:
include:
- frontend/*
- .woodpecker/frontend.yml
svelte:
image: node:alpine
commands:
- cd frontend
- npm run build
group: build
when:
path:
include:
- frontend/*
- .woodpecker/frontend.yml
docker build:
image: plugins/docker
settings: