-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: switch to beachball for releases
- Loading branch information
Showing
11 changed files
with
598 additions
and
1,018 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,5 @@ jobs: | |
run: pnpm build | ||
- name: Run test | ||
run: pnpm test:ci | ||
- name: Check change files | ||
run: pnpm beachball check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,20 +12,22 @@ | |
"lint:fix": "turbo run lint:fix --parallel", | ||
"format": "turbo run format --parallel", | ||
"format:check": "turbo run format:check --parallel", | ||
"clean": "turbo run clean --parallel", | ||
"release": "pnpm build && pnpm changeset publish" | ||
"clean": "turbo run clean --parallel" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.7", | ||
"@types/react": "^18.3.3", | ||
"turbo": "^2.0.12", | ||
"typescript": "^5.5.4" | ||
"@biomejs/biome": "^1.9.3", | ||
"@types/react": "^18.3.10", | ||
"beachball": "^2.47.1", | ||
"turbo": "^2.1.3", | ||
"typescript": "^5.6.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/apibara/starknet-react.git" | ||
}, | ||
"engines": { | ||
"node": ">=20", | ||
"pnpm": ">=9" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.