mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 05:50:01 +00:00
11 lines
187 B
YAML
11 lines
187 B
YAML
environment:
|
|
nodejs_version: "5.11"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
build_script:
|
|
- npm run build
|
|
test_script:
|
|
- npm run lint
|
|
- npm test
|