diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a0020e..c3957cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,9 @@ jobs: - name: Checkout repository ๐Ÿ›Ž๏ธ uses: actions/checkout@v4 + - name: Remove patch directory ๐Ÿงน + run: rm -rf ./patches + - name: Build ๐Ÿ—๏ธ uses: sliit-foss/actions/bun/build@v1.1 with: diff --git a/.storybook/main.ts b/.storybook/main.ts index 578a109..f35886f 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -1,5 +1,4 @@ import { mergeConfig } from 'vite'; -import { default as commonjs } from 'vite-plugin-commonjs' import { default as path } from 'path'; import type { StorybookConfig } from '@storybook/react-vite'; @@ -28,10 +27,7 @@ const config: StorybookConfig = { alias: { "@/": `${path.resolve(__dirname, "../src")}/` } - }, - plugins: [ - commonjs() - ] + } }); }, }; diff --git a/bun.lockb b/bun.lockb index 8fd8100..1555622 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9e1a734..0081d6c 100644 --- a/package.json +++ b/package.json @@ -110,8 +110,7 @@ "tailwindcss": "3.4.1", "tailwindcss-animate": "1.0.6", "tsc-alias": "1.8.8", - "vite": "4.5.2", - "vite-plugin-commonjs": "0.10.1" + "vite": "4.5.2" }, "overrides": { "jsondiffpatch": "^0.5.0",