Added Woodpeaker CI

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-19 01:21:18 +05:30
parent b615121fc2
commit c8616162d3
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: node
commands:
- npm install
- npm run build