Skip to content

Commit aafffef

Browse files
authored
chore: [SDK-4197] migrate to Vite+ toolchain (#1928)
1 parent 45095e3 commit aafffef

File tree

83 files changed

+4976
-2871
lines changed

Some content is hidden

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

83 files changed

+4976
-2871
lines changed

.github/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ paths:
44
- .github/actions
55

66
paths-ignore:
7-
- "examples/**/android/**"
7+
- 'examples/**/android/**'

.github/workflows/asana-add-comment.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/asana-create-task.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/asana-update-issue.yml

Lines changed: 0 additions & 172 deletions
This file was deleted.

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
2323
with:
2424
branch: ${{ github.event.pull_request.base.ref }}
25+
toolchain: vite-plus

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ concurrency:
1111
jobs:
1212
call:
1313
uses: OneSignal/sdk-shared/.github/workflows/wrapper-js-ci.yml@main
14+
with:
15+
toolchain: vite-plus

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ jobs:
4141
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
4242
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4343
# or https://code.claude.com/docs/en/cli-reference for available options
44-

.github/workflows/claude.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4848
# or https://code.claude.com/docs/en/cli-reference for available options
4949
# claude_args: '--allowed-tools Bash(gh pr:*)'
50-

0 commit comments

Comments
 (0)