Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Sep 13, 2024
1 parent 39ec506 commit 94c4345
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
workflow_dispatch:


jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion accessibility-code-checker/demo-page/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!src/vite-env.d.ts
!src/vite-env.d.ts
6 changes: 3 additions & 3 deletions accessibility-code-checker/demo-page/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
});
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*
!.gitignore
!.gitignore

0 comments on commit 94c4345

Please sign in to comment.