This commit is contained in:
Zalmoxisus 2018-12-23 02:04:23 +02:00
parent 4da24cc732
commit 7934fae2b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,12 @@
sudo: false
language: node_js
node_js:
- "lts/*"
- "stable"
cache:
yarn: true
directories:
- "node_modules"
script:
- npm run build:all
- npm run lint
- npm test
- yarn build:all
- yarn lint
- yarn test

View File

@ -3,6 +3,7 @@
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-flowtype": "3.2.0",
"lerna": "3.4.2"
},
"scripts": {