Skip to content

Commit be6966b

Browse files
committed
[eslint-config] [meta] add --no-save to link scripts
1 parent 4fc997b commit be6966b

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
@@ -13,7 +13,7 @@
1313
"pretest": "npm run --silent lint",
1414
"test": "npm run --silent tests-only",
1515
"link:eslint": "cd node_modules/eslint && npm link --production && cd -",
16-
"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",
16+
"pretravis": "npm run link:eslint && cd ../eslint-config-airbnb-base && npm link --no-save eslint && npm install && npm link && cd - && npm link --no-save eslint-config-airbnb-base",
1717
"travis": "npm run --silent tests-only",
1818
"posttravis": "npm unlink --no-save eslint-config-airbnb-base eslint >/dev/null &"
1919
},

0 commit comments

Comments
 (0)