From 0d004b2f0aec54eebae392f60359d21d5b42ad00 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Wed, 11 Jan 2017 23:13:50 +0900 Subject: [PATCH] add: npm script for fix codes with standardjs --- package.json | 1 + 1 file changed, 1 insertion(+) 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": {