Test woodpecker workfow
This commit is contained in:
parent
7cea5232b4
commit
ae1893ef3a
1 changed files with 6 additions and 0 deletions
6
.woodpecker/build.yml
Normal file
6
.woodpecker/build.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run build
|
||||
Loading…
Reference in a new issue