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 08822d9 commit a3f52a0Copy full SHA for a3f52a0
.github/workflows/release.yaml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/checkout@v4
15
- name: Setup Bun
16
uses: oven-sh/setup-bun@v2
17
+ - name: Install dependencies
18
+ run: bun install
19
- name: Build extension
20
run: bun run build
21
- name: Package extension
0 commit comments