mirror of
https://github.com/sakitam-fdd/maptalks.plot.git
synced 2025-12-08 20:35:49 +00:00
9 lines
118 B
YAML
9 lines
118 B
YAML
language: node_js
|
|
node_js: node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install: npm install
|
|
script:
|
|
- npm run build
|