Skip to content

Commit 4f5bdda

Browse files
committed
back to npm
1 parent 03476dc commit 4f5bdda

File tree

3 files changed

+6950
-4482
lines changed

3 files changed

+6950
-4482
lines changed

.github/actions/validate-sdk/action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ runs:
1212

1313
- name: Install dependencies
1414
shell: bash
15-
run: pnpm install
15+
run: npm install
1616

1717
- name: Build SDK
1818
shell: bash
19-
run: pnpm run build
19+
run: npm run build
2020

2121
# - name: Typecheck tests directory
2222
# shell: bash
@@ -25,7 +25,7 @@ runs:
2525
- name: Install examples dependencies
2626
shell: bash
2727
working-directory: examples
28-
run: pnpm install
28+
run: npm install
2929

3030
- name: Typecheck examples root
3131
shell: bash
@@ -35,7 +35,7 @@ runs:
3535
- name: Install nextjs-example dependencies
3636
shell: bash
3737
working-directory: examples/nextjs-example
38-
run: pnpm install
38+
run: npm install
3939

4040
- name: Typecheck nextjs-example
4141
shell: bash
@@ -44,4 +44,4 @@ runs:
4444

4545
- name: Run tests
4646
shell: bash
47-
run: pnpm vitest
47+
run: npx vitest

0 commit comments

Comments
 (0)