mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
826364e803
This is part of a rewrite for Dimension to better support integrations. Only the bare minimum scalar APIs are implemented at this point - dimension is non-functional.
13 lines
166 B
YAML
13 lines
166 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
env:
|
|
- NODE_ENV=development
|
|
before_install:
|
|
- npm i -g npm
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint:app
|