Skip to content

Commit

Permalink
npm scriptsにeslintを追加(エラーが出るので強制終了するワークアラウンドも)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukihiko Okuyama committed Jul 27, 2016
1 parent 48f4cd0 commit 76193d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"url": "git+https://github.com/FiNGAHOLiC/frontend_boilerplate.git"
},
"scripts": {
"lint": "eslint app/**/*.jsx; exit 0",
"clean": "rimraf app/prod",
"server": "node server.js",
"build:dev": "webpack && npm run server",
Expand Down

0 comments on commit 76193d3

Please sign in to comment.