Fix plugin and upgrade frontend [ALL]
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user