From 288994ed59588f9c44539993470e96313ad90c6e Mon Sep 17 00:00:00 2001 From: flareseek Date: Tue, 10 Sep 2024 15:48:13 +0900 Subject: [PATCH 1/2] chore: fix prettier ignore --- .prettierignore | 3 ++- vite.config.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index 988023a..d41ec4b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,5 @@ **/.svn **/.hg **/dist -**/*.html \ No newline at end of file +**/*.html +**/assets \ No newline at end of file diff --git a/vite.config.ts b/vite.config.ts index 4c4aa5c..6edafdb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin"; import react from "@vitejs/plugin-react"; import svgr from "vite-plugin-svgr"; import { imagetools } from "vite-imagetools"; -import compression from 'vite-plugin-compression2'; +import compression from "vite-plugin-compression2"; // https://vitejs.dev/config/ export default defineConfig({ From c19755d2cb846b31ce4b97091f834ab40342dc48 Mon Sep 17 00:00:00 2001 From: flareseek Date: Tue, 10 Sep 2024 15:49:13 +0900 Subject: [PATCH 2/2] chore: fix action --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82cb483..2d335ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ on: branches: - develop - release - pull_request_target: - branches: - - develop jobs: CI: