mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
14 lines
184 B
YAML
14 lines
184 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
env:
|
|
- NODE_ENV=development
|
|
before_install:
|
|
- npm i -g npm
|
|
- npm i -g typescript
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint
|