mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
script:
|
|
- npm install
|
|
- npm run lint
|
|
- npm run build |