Skip to content

Commit

Permalink
chore(project): remove unneeded package.json entries (#10352)
Browse files Browse the repository at this point in the history
* chore(project): remove unneeded package.json entries

* chore(gh): clean up ci-check workflow

* chore(actions): disable react ci-checks for now
  • Loading branch information
kennylam authored Apr 25, 2023
1 parent fbfaf2f commit 6f19c5c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
check-packages:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand All @@ -23,13 +23,13 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
run: yarn lerna run --stream --ignore=@carbon/ibmdotcom-react --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Run CI Checks
run: |
yarn ci-check
yarn lerna run --stream --ignore=@carbon/ibmdotcom-web-components ci-check
yarn lerna run --stream --ignore=@carbon/ibmdotcom-react --ignore=@carbon/ibmdotcom-web-components ci-check
web-components:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Run basic checks
run: xvfb-run --auto-servernum yarn lerna run --stream --prefix --scope=@carbon/ibmdotcom-web-components ci-check
a11y:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand Down
8 changes: 1 addition & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,5 @@
},
"resolutions": {
"@carbon/icons-react": "10.49.0"
},
"sideEffects": false,
"bundleSizeThreshold": 300000,
"release": {
"branch": "main"
},
"gitHead": "37ae2adac6241513f4d1974505a207705e9e2784"
}
}
8 changes: 1 addition & 7 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,5 @@
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"whatwg-fetch": "^2.0.3"
},
"sideEffects": false,
"bundleSizeThreshold": 120000,
"release": {
"branch": "main"
},
"gitHead": "37ae2adac6241513f4d1974505a207705e9e2784"
}
}
8 changes: 1 addition & 7 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,5 @@
"gulp-sass": "^5.0.0",
"node-sass": "^8.0.0",
"require-dir": "^1.2.0"
},
"sideEffects": false,
"bundleSizeThreshold": 120000,
"release": {
"branch": "main"
},
"gitHead": "37ae2adac6241513f4d1974505a207705e9e2784"
}
}
8 changes: 1 addition & 7 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,5 @@
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"whatwg-fetch": "^2.0.3"
},
"sideEffects": false,
"bundleSizeThreshold": 120000,
"release": {
"branch": "main"
},
"gitHead": "37ae2adac6241513f4d1974505a207705e9e2784"
}
}

0 comments on commit 6f19c5c

Please sign in to comment.