We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278fd81 commit 136c0caCopy full SHA for 136c0ca
.github/workflows/release.yml
@@ -12,13 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: ./.github/actions/setup
+
16
+ - uses: ./.github/actions/install
17
18
- name: Test
- run: pnpm test
19
+ run: pnpm run test
20
21
- name: Build
- run: pnpm build
22
+ run: pnpm run build
23
24
- name: Release
25
env:
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: ./.github/actions/install
34
35
- name: Build Dist
36
37
38
- name: Bundlewatch
39
run: npx bundlewatch
0 commit comments