use correct spacing with tight styles (#1106)

This commit is contained in:
Kevin Barabash
2018-01-27 22:12:25 -05:00
committed by GitHub
parent e4fe1c89d4
commit c627de04d9
5 changed files with 8 additions and 26 deletions

View File

@@ -62,6 +62,7 @@
"clean": "rm -rf build/* node_modules/",
"clean-install": "npm run clean && npm i",
"test": "check-dependencies && npm run lint && npm run flow && npm run jest",
"verify-screenshots": "check-dependencies && dockers/Screenshotter/screenshotter.sh --verify",
"start": "check-dependencies && webpack-dev-server --open --config webpack.dev.js",
"build": "check-dependencies && rimraf build/* && webpack",
"watch": "npm run build -- --watch",