Enable CI on drone #6
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: node:8
|
||||
commands:
|
||||
- apt-get install -yq libx11-xcb1
|
||||
- npm install
|
||||
- npm run test
|
||||
- npm run build-prod
|
||||
|
|
Loading…
Reference in a new issue