mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
7 lines
85 B
YAML
7 lines
85 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "6"
|
||
|
install:
|
||
|
- npm install
|
||
|
script:
|
||
|
- npm run build
|