Skip to content

Commit c7faa91

Browse files
committed
[eslint config] [tests] Even though the base config may not be up to date in the main package, let’s npm link the base package into the main one for the sake of travis-ci tests.
1 parent 788fb22 commit c7faa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A mostly reasonable approach to JavaScript.",
55
"scripts": {
66
"preinstall": "npm run install:config && npm run install:config:base",
7-
"install:config": "cd packages/eslint-config-airbnb && npm install",
7+
"install:config": "cd packages/eslint-config-airbnb && npm install && npm install ../eslint-config-airbnb-base",
88
"install:config:base": "cd packages/eslint-config-airbnb-base && npm install",
99
"test": "npm run --silent test:config && npm run --silent test:config:base",
1010
"test:config": "cd packages/eslint-config-airbnb; npm test",

0 commit comments

Comments
 (0)