Skip to content

Commit 117d4fc

Browse files
committed
[Tests] fix issue with eslint dev deps
1 parent 4474666 commit 117d4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest",
1212
"pretest": "npm run --silent lint",
1313
"test": "npm run --silent tests-only",
14-
"link:eslint": "cd node_modules/eslint && npm link && cd -",
14+
"link:eslint": "cd node_modules/eslint && npm link --production && cd -",
1515
"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",
1616
"travis": "npm run --silent test",
1717
"posttravis": "npm unlink --no-save eslint-config-airbnb-base eslint >/dev/null &"

0 commit comments

Comments
 (0)