mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
9 lines
No EOL
122 B
YAML
9 lines
No EOL
122 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
before_install:
|
|
- cd src
|
|
script:
|
|
- npm ci
|
|
- gulp build --dev
|
|
- gulp lint --dev |