Skip to content

Commit 5e9ab58

Browse files
authored
ci: fix more publishing issues (#4032)
* ci: fix types of publish worker script * don't build packages before version bump * no public dependencies for test-tools * make package public * Add Lage to catalog * update lock * Delete package instead * delete more referenes
1 parent 2fc1bd1 commit 5e9ab58

27 files changed

Lines changed: 13 additions & 2726 deletions

.github/workflows/changesets-version.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
run: |
2727
yarn install --immutable
2828
29-
- name: Build packages
30-
run: yarn buildci
31-
3229
- name: Generate token for version PR
3330
uses: actions/create-github-app-token@v2
3431
id: app-token

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ catalog:
4040
cross-env: ^10.1.0
4141
expect-webdriverio: ^5.6.1
4242
knip: ^5.81.0
43+
lage: ^2.14.19
4344
oxc-resolver: ^11.17.0
4445
rimraf: ^6.1.2
4546
webdriverio: ^9.23.0

lage.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ const config = {
5050
dependsOn: ['^publish'],
5151
type: 'worker',
5252
options: {
53-
worker: 'scripts/src/worker/publish.js',
53+
worker: 'scripts/src/worker/publish.mts',
5454
},
5555
cache: false,
5656
},
5757
'publish-dry-run': {
5858
dependsOn: ['^publish-dry-run'],
5959
type: 'worker',
6060
options: {
61-
worker: 'scripts/src/worker/publish.js',
61+
worker: 'scripts/src/worker/publish.mts',
6262
dryRun: true,
6363
},
6464
cache: false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"cross-env": "catalog:",
5151
"eslint": "^9.39.2",
5252
"eslint-plugin-import": "^2.32.0",
53-
"lage": "^2.14.19",
53+
"lage": "catalog:",
5454
"markdown-link-check": "^3.8.7",
5555
"oxfmt": "^0.35.0",
5656
"typescript": "^5.8.0",

packages/dependency-profiles/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@fluentui-react-native/experimental-native-date-picker": "*",
4040
"@fluentui-react-native/experimental-shadow": "*",
4141
"@fluentui-react-native/experimental-shimmer": "*",
42-
"@fluentui-react-native/experimental-stack": "*",
4342
"@fluentui-react-native/focus-trap-zone": "*",
4443
"@fluentui-react-native/focus-zone": "*",
4544
"@fluentui-react-native/framework": "*",

0 commit comments

Comments
 (0)