diff --git a/package.json b/package.json index a1a16e6b..6c43089c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "webpack": "webpack-dev-server --hot --inline --config webpack.config.js", "compile": "grunt compile", "test": "PWD=$(pwd) NODE_ENV=test ava", + "fix": "standard --fix", "lint": "standard" }, "config": {