Manuel Friedli
3c86dd857e
All checks were successful
continuous-integration/drone the build was successful
7 lines
138 B
YAML
7 lines
138 B
YAML
pipeline:
|
|
build:
|
|
image: tamlyn/headless-nodejs
|
|
commands:
|
|
- npm install
|
|
- npm run test:ci
|
|
- npm run build-prod
|