prettyplayerfe/.woodpecker.yaml

6 lines
109 B
YAML

steps:
- name: build
image: node:18-alpine
commands:
- npm install
- npm run build