Attempt to fix how eslint is called from package.json (#7)
This commit is contained in:
parent
70b3effb15
commit
574148c56d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"remote-redux-devtools-on-debugger": "0.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"check": "eslint --ext \".js\" --ignore-pattern node_modules --quiet .",
|
||||
"check": "node_modules/.bin/eslint --ext \".js\" --ignore-pattern node_modules --quiet .",
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"test": "mocha --compilers js:babel-register",
|
||||
"postinstall": "remotedev-debugger --hostname localhost --port 5678 --injectserver"
|
||||
|
|
|
|||
Loading…
Reference in a new issue