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 e031055 commit 90611dfCopy full SHA for 90611df
.github/workflows/build.yml
@@ -13,5 +13,8 @@ jobs:
13
- uses: pnpm/action-setup@v4
14
name: Install pnpm
15
16
+ - name: Install dependencies
17
+ run: pnpm install
18
+
19
- name: Build 🏗️
20
run: pnpm build
.github/workflows/publish.yml
@@ -16,6 +16,9 @@ jobs:
21
22
23
24
0 commit comments