Skip to content

Commit

Permalink
style: formatted files
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Oct 10, 2024
1 parent 41e33dc commit 7e8f372
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm install

- name: Check formatting
run: pnpm check
run: pnpm style

- name: Build
run: pnpm build
Expand Down
10 changes: 5 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "0.9.2",
"exact": true,
"message": "chore(release): %s"
}
"npmClient": "pnpm",
"version": "0.9.2",
"exact": true,
"message": "chore(release): %s"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"scripts": {
"check:types": "pnpm -C library compile --noEmit",
"check": "biome check --unsafe",
"check:fix": "pnpm check --write",
"style": "biome check --unsafe",
"style:fix": "pnpm style --write",
"format:android": "ktlint -F ./android",
"format:ios": "swiftlint --fix ./ios",
"clean": "rimraf -rf **/build",
Expand Down

0 comments on commit 7e8f372

Please sign in to comment.