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 3c715af commit 3f22142Copy full SHA for 3f22142
.github/workflows/publish.yaml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
bun-version-file: package.json
21
22
+ - name: Install
23
+ run: bun install
24
+
25
- name: Semantic Release
26
uses: cycjimmy/semantic-release-action@v5
27
env:
package.json
@@ -48,7 +48,7 @@
48
"vite": "7.1.6"
49
},
50
"scripts": {
51
- "build": "bunx tsup src/index.ts src/cli.ts --clean --dts --format cjs",
+ "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",
52
"cypress:open": "cypress open",
53
"cypress:component": "cypress run --component",
54
"cypress:e2e": "cypress run",
0 commit comments