Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nik-lylo/AppFlowy-Chat into feat/in…
Browse files Browse the repository at this point in the history
…teg-http

chore: sync with main
  • Loading branch information
nik-lylo committed Dec 18, 2024
2 parents 658cbb2 + 585c3cb commit 7684aaf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run lint
run: pnpm lint

- name: Run tests
run: pnpm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import tailwindcss from 'tailwindcss';
import svgr from 'vite-plugin-svgr';
import removeConsole from 'vite-plugin-remove-console';


// https://vitejs.dev/config/
export default defineConfig({
resolve: {
Expand Down

0 comments on commit 7684aaf

Please sign in to comment.