Make npm scripts work on Windows too. (babel/babel-eslint#295)
This commit is contained in:
parent
8a089b65fb
commit
44ff360379
@ -22,8 +22,8 @@
|
||||
"bootstrap": "git submodule update --init && cd eslint && npm install",
|
||||
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
|
||||
"test": "mocha",
|
||||
"lint": "./node_modules/eslint/bin/eslint.js index.js babylon-to-espree test",
|
||||
"fix": "./node_modules/eslint/bin/eslint.js index.js babylon-to-espree test --fix",
|
||||
"lint": "node node_modules/eslint/bin/eslint.js index.js babylon-to-espree test",
|
||||
"fix": "node node_modules/eslint/bin/eslint.js index.js babylon-to-espree test --fix",
|
||||
"preversion": "npm test"
|
||||
},
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user