Skip to content

Commit

Permalink
remove a deprecation warning in biome
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Oct 9, 2024
1 parent aea58d9 commit bc2955d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build the project
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build:
runs-on: macos-latest
name: Build iOS app
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview",
"test.e2e": "playwright test",
"test.unit": "vitest",
"lint": "biome check --apply --verbose src/**/* src/",
"lint": "biome check --write --verbose src/**/* src/",
"build-ios": "ionic capacitor build ios --release --prod --no-open",
"build-android": "ionic capacitor build android --release --prod --no-open",
"ios": "npm run build && npm run sync && npx cap run ios",
Expand Down

0 comments on commit bc2955d

Please sign in to comment.