Skip to content

Commit

Permalink
[eslint config] [tests] Even though the base config may not be up to …
Browse files Browse the repository at this point in the history
…date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
  • Loading branch information
ljharb committed May 12, 2016
1 parent 788fb22 commit c7faa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A mostly reasonable approach to JavaScript.",
"scripts": {
"preinstall": "npm run install:config && npm run install:config:base",
"install:config": "cd packages/eslint-config-airbnb && npm install",
"install:config": "cd packages/eslint-config-airbnb && npm install && npm install ../eslint-config-airbnb-base",
"install:config:base": "cd packages/eslint-config-airbnb-base && npm install",
"test": "npm run --silent test:config && npm run --silent test:config:base",
"test:config": "cd packages/eslint-config-airbnb; npm test",
Expand Down

0 comments on commit c7faa91

Please sign in to comment.