mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:27:46 +01:00
12 lines
224 B
YAML
12 lines
224 B
YAML
environment:
|
|
nodejs_version: "5.11"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
build_script:
|
|
- npm run build
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run lint
|
|
- npm test
|