Skip to content

Commit

Permalink
Build: removed patches from site release
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 18, 2024
1 parent 2d734af commit 89e58c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
6 changes: 1 addition & 5 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down Expand Up @@ -28,10 +27,7 @@ const config: StorybookConfig = {
alias: {
"@/": `${path.resolve(__dirname, "../src")}/`
}
},
plugins: [
commonjs()
]
}
});
},
};
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 89e58c7

Please sign in to comment.