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