10 lines
121 B
YAML
10 lines
121 B
YAML
language: node_js
|
|
|
|
node_js: "8"
|
|
|
|
before_script:
|
|
- npm run setup
|
|
- npm run build
|
|
|
|
after_success:
|
|
- npm pack |