Manuel Friedli
8eaf021fc5
All checks were successful
continuous-integration/drone the build was successful
8 lines
166 B
YAML
8 lines
166 B
YAML
pipeline:
|
|
build:
|
|
image: fritteli/headless-nodejs:1.1.0
|
|
commands:
|
|
- npm install
|
|
- npm run test:ci
|
|
- npm run e2e
|
|
- npm run build-prod
|