Merge remote-tracking branch 'origin/master' into distinct-shouts-and-follows

This commit is contained in:
Grzegorz Leoniec 2019-03-08 12:07:35 +01:00
commit c854e8e98c
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -9,8 +9,8 @@
"scripts": {
"build": "babel src/ -d dist/ --copy-files",
"start": "node dist/",
"dev": "nodemon --exec babel-node src/",
"dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js",
"dev": "nodemon --exec babel-node src/ -e js,graphql",
"dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js -e js,graphql",
"lint": "eslint src --config .eslintrc.js",
"test": "nyc --reporter=text-lcov yarn run test:jest",
"test:cypress": "run-p --race test:before:*",