Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
06279460c8 | |||
c2d7a8f8f4 | |||
8b972865ed |
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:latest
|
||||
commands:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
- npm run test
|
Loading…
Reference in New Issue
Block a user