mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
8 lines
203 B
YAML
8 lines
203 B
YAML
language: node_js
|
|
node_js:
|
|
- 6 # node v6, to match jenkins
|
|
install:
|
|
- npm install
|
|
- (cd node_modules/matrix-js-sdk && npm install)
|
|
- (cd node_modules/matrix-react-sdk && npm run build)
|