All checks were successful
continuous-integration/drone/push Build is passing
21 lines
378 B
YAML
21 lines
378 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: adixComponents
|
|
|
|
steps:
|
|
- name: build
|
|
image: node
|
|
commands:
|
|
- npm ci
|
|
- npm run build:prod
|
|
|
|
- name: publish
|
|
image: plugins/npm
|
|
settings:
|
|
username:
|
|
from_secret: username
|
|
password:
|
|
from_secret: password
|
|
email: kovacsadam07@outlook.hu
|