Test woodpecker workfow
This commit is contained in:
parent
23641c16e2
commit
1539c28b6e
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