Skip to content

Commit 136c0ca

Browse files
committed
complete workflows
1 parent 278fd81 commit 136c0ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: ./.github/actions/setup
15+
16+
- uses: ./.github/actions/install
1617

1718
- name: Test
18-
run: pnpm test
19+
run: pnpm run test
1920

2021
- name: Build
21-
run: pnpm build
22+
run: pnpm run build
2223

2324
- name: Release
2425
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: ./.github/actions/install
3434

3535
- name: Build Dist
36-
run: pnpm build
36+
run: pnpm run build
3737

3838
- name: Bundlewatch
3939
run: npx bundlewatch

0 commit comments

Comments
 (0)