Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Dec 15, 2024
1 parent 5cca168 commit f557524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- uses: retypeapp/action-build@latest
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dev-rsbuild-msw": "turbo run dev-msw --filter=./samples/rsbuild/*",
"dev-storybook": "turbo run dev --filter=./samples/storybook",
"dev-docs": "retype start",
"build-docs": "retype start",
"build-pkg": "turbo run build --filter=./packages/*",
"build-webpack": "turbo run build --filter=./samples/webpack/*",
"build-rsbuild": "turbo run build --filter=./samples/rsbuild/*",
Expand Down

0 comments on commit f557524

Please sign in to comment.