mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 14:27:45 +01:00
11 lines
174 B
YAML
11 lines
174 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "6.1"
|
|
before_script:
|
|
- npm install -g eslint eslint-plugin-react
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint
|