Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove pasv url resolution #153

Merged
merged 15 commits into from
Feb 21, 2019
Prev Previous commit
Next Next commit
chore: add cli to eslint verify
  • Loading branch information
trs committed Feb 21, 2019
commit f341eabb6c15f27e8ae316b3614e0c8002f4b32e
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"semantic-release": "semantic-release",
"start": "npm run dev",
"test": "cross-env NODE_ENV=test mocha --opts config/testUnit/mocha.opts",
"verify": "npm run verify:js -- --silent",
"verify:js": "eslint -c config/verify/.eslintrc \"src/**/*.js\" \"test/**/*.js\""
"verify": "eslint -c config/verify/.eslintrc \"src/**/*.js\" \"test/**/*.js\" \"bin/**/*.js\""
},
"release": {
"verifyConditions": "condition-circle"
Expand Down