Skip to content

Commit ab50ede

Browse files
committedDec 5, 2024
chore: use turborepo
1 parent 18c7dbc commit ab50ede

File tree

143 files changed

+807
-1108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+807
-1108
lines changed
 

‎.github/workflows/changeset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: pnpm install
3030
- uses: changesets/action@v1
3131
with:
32-
publish: npx gulp changeset-release
32+
publish: node --experimental-strip-types packages/scripts/commands/changeset-release.ts
3333
commit: "chore: changeset release"
3434
title: "chore: changeset release"
3535
env:

‎.github/workflows/compile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
registry: true
4848
- run: git config --global url."https://github.com/".insteadOf git@github.com
4949
- run: pnpm install
50+
# TODO: turbo
5051
- run: npx gulp build-ci
5152
# See https://github.com/getsentry/action-release/issues/187
5253
- name: Change git configuration

0 commit comments

Comments
 (0)
Failed to load comments.