Skip to content

Commit 907a432

Browse files
authored
Merge pull request #6 from gadget-inc/fix-broken-build
make sure we build before publishing
2 parents cea2562 + 67218a3 commit 907a432

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: ./.github/actions/setup-test-env
21+
- name: Build
22+
run: pnpm build
2123
- id: npm-publish
2224
name: Publish to npm
2325
uses: JS-DevTools/npm-publish@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-chatgpt-widgets",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"files": [
55
"Readme.md",
66
"dist/**/*"

0 commit comments

Comments
 (0)