⬆️ met à jour les dependances et enleve l'étape flow typed au yarn install

pull/294/head
Johan Girod 2018-06-26 12:14:22 +02:00 committed by Mael
parent 8ec6572248
commit b4a1111644
3 changed files with 230 additions and 463 deletions

View File

@ -1,3 +1,7 @@
machine:
node:
version: 8.10.0
dependencies:
override:
- yarn install --dev
- yarn run flow-typed install

View File

@ -3,7 +3,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:betagouv/syso.git"
"url": "https://github.com/betagouv/syso.git"
},
"engines": {
"node": ">=8.10.0 <10.0.0"
@ -96,7 +96,7 @@
"pretest": "LIST=`git diff --name-only HEAD..HEAD^ | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then eslint $LIST; fi && flow check",
"start": "node source/server.js",
"externalize": "node source/externalize.js",
"prepare": "flow-typed install",
"prepare": "flow-typed update-cache",
"compile": "webpack --config source/webpack.prod.js",
"test": "mocha-webpack --webpack-config source/webpack.test.js --require source-map-support/register --include componentTestSetup.js --require test/helpers/browser.js \"./{,!(node_modules)/**/}!(webpack).test.js\"",
"test-watch": "mocha-webpack --webpack-config source/webpack.test.js --require source-map-support/register --require test/helpers/browser.js \"test/**/*.test.js\" --watch",

685
yarn.lock

File diff suppressed because it is too large Load Diff