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.
2 parents cea2562 + 67218a3 commit 907a432Copy full SHA for 907a432
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- uses: ./.github/actions/setup-test-env
21
+ - name: Build
22
+ run: pnpm build
23
- id: npm-publish
24
name: Publish to npm
25
uses: JS-DevTools/npm-publish@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-chatgpt-widgets",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"files": [
5
"Readme.md",
6
"dist/**/*"
0 commit comments