We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fca8fb commit e112705Copy full SHA for e112705
.github/workflows/release.yml
@@ -68,4 +68,4 @@ jobs:
68
69
- name: Publish packages
70
if: ${{ steps.release.outputs.releases_created }}
71
- run: pnpm -r publish --no-git-checks
+ run: pnpm -r publish @instill-ai/typescript-sdk/package.json --no-git-checks
.gitignore
@@ -39,7 +39,3 @@ yarn-error.log*
39
# Deployment platforms
40
41
.vercel
42
-
43
-# Storybook
44
-storybook-static
45
-packages/design-system/public/tailwind.css
0 commit comments