Skip to content

Commit

Permalink
V0.13.1 (#1375)
Browse files Browse the repository at this point in the history
* Fixed HMR

* Bumped erb version

* Fixed lint node env check
  • Loading branch information
amilajack authored Jan 15, 2018
1 parent b3f3973 commit 066f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"electron-rebuild": "electron-rebuild --parallel --force --types prod,dev,optional --module-dir app",
"flow": "flow",
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true",
"lint": "eslint --cache --format=node_modules/eslint-formatter-pretty .",
"lint": "cross-env NODE_ENV=development eslint --cache --format=node_modules/eslint-formatter-pretty .",
"lint-fix": "npm run lint -- --fix",
"lint-styles": "stylelint app/*.css app/components/*.css --syntax scss",
"lint-styles-fix": "stylefmt -r app/*.css app/components/*.css",
Expand Down

0 comments on commit 066f022

Please sign in to comment.