Skip to content

Commit

Permalink
[Tests] fix issue with eslint dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 28, 2019
1 parent 4474666 commit 117d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"link:eslint": "cd node_modules/eslint && npm link && cd -",
"link:eslint": "cd node_modules/eslint && npm link --production && cd -",
"pretravis": "npm run link:eslint && cd ../eslint-config-airbnb-base && npm link eslint && npm install && npm link && cd - && npm link --no-save eslint-config-airbnb-base",
"travis": "npm run --silent test",
"posttravis": "npm unlink --no-save eslint-config-airbnb-base eslint >/dev/null &"
Expand Down

0 comments on commit 117d4fc

Please sign in to comment.