ConnectForce/.woodpecker.yml

18 lines
250 B
YAML
Raw Normal View History

2022-12-02 00:05:07 +00:00
pipeline:
install:
image: node
commands:
- npm install
build:
image: node
commands:
- npm run build
lint:
image: node
commands:
- npm run lint
test:
image: node
commands:
- npm run test