Skip to content

Commit

Permalink
chore: 빌드 파일 수정
Browse files Browse the repository at this point in the history
- jest 삭제
  • Loading branch information
junghaesung79 committed Oct 18, 2024
1 parent 6dd2200 commit 9f60f84
Show file tree
Hide file tree
Showing 53 changed files with 16 additions and 1,064 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lerna-debug.log*

# production
/build
/dist

# misc
.DS_Store
Expand Down
553 changes: 0 additions & 553 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"@bcsdlab/koin": "^0.0.15",
"@hookform/resolvers": "^3.1.0",
"@tanstack/react-query": "^5.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/gtag.js": "^0.0.19",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand All @@ -33,20 +29,12 @@
},
"scripts": {
"start": "vite dev",
"build": "CI=false vites build",
"test": "vites test",
"eject": "vites eject",
"build": "CI=false vite build",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint src/ --ext .tsx,.ts",
"lint:stylelint": "stylelint \"src/**/*.scss\" --config .stylelintrc.json",
"typecheck": "tsc --project tsconfig.json"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ export default defineConfig({
plugins: [react(), svgr(), tsconfigPaths()],
server: {
port: 3000,
open: true,
},
build: {
outDir: 'build',
},
});
Loading

0 comments on commit 9f60f84

Please sign in to comment.