Skip to content

Commit 9746cbf

Browse files
factions-user
f
authored andcommitted
rename check:* scripts
GitOrigin-RevId: 10c7804eb1b22813226c9bdbb713ebb40444f330
1 parent 0d78b34 commit 9746cbf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/packages.react-router-busy.integrate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Build
4141
run: bun --filter react-router-busy build
4242
- name: Check exports
43-
run: bun --filter react-router-busy check-exports
43+
run: bun --filter react-router-busy check:exports

.github/workflows/packages.react-router-busy.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build
5151
run: bun --filter react-router-busy build
5252
- name: Check exports
53-
run: bun --filter react-router-busy check-exports
53+
run: bun --filter react-router-busy check:exports
5454
# Note we have to toggle Workflow permissions > Allow GitHub Actions to create and approve pull requests in https://github.com/bitofbreeze/mono/settings/actions
5555
# Even with permissions above https://github.com/orgs/community/discussions/27689#discussioncomment-5707424
5656
# Could avoid this with personal access token https://microsoft.github.io/beachball/concepts/ci-integration.html#authentication

bun.lockb

25.8 KB
Binary file not shown.

packages/react-router-busy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"build": "tsc && cp src/busy.module.css build/busy.module.css",
38-
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
38+
"check:exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
3939
},
4040
"peerDependencies": {
4141
"react-router-dom": "^6.0.0",

0 commit comments

Comments
 (0)