Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move devDependencies from individual packages to root package.json #302

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,12 @@ jobs:
- language: node_js
node_js: 16
install:
- npm install
- npm install --legacy-peer-deps
- cd packages/eslint-config-humanmade
- npm install --legacy-peer-deps
- cd ../..
script:
- npm run test:eslint
- language: node_js
node_js: 16
install:
- npm install
- cd packages/stylelint-config
- npm install
- npm install --legacy-peer-deps
- cd ../..
script:
- npm run test:stylelint
- npm run test
Loading