11 lines
124 B
YAML
11 lines
124 B
YAML
language: node_js
|
|
|
|
node_js: "14"
|
|
|
|
before_script:
|
|
- npm run setup
|
|
- npm run build
|
|
|
|
after_success:
|
|
- npm pack
|