Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Apr 28, 2024
1 parent fbb3f79 commit 04bb6d6
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 213 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test": "vitest --maxConcurrency=1",
"postinstall": "husky install",
"lint": "eslint --fix --ignore-path .gitignore",
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
Expand Down Expand Up @@ -81,7 +81,7 @@
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"lint-staged": "^11.0.0",
"msw": "2.2.11",
"msw": "^2.2.14",
"plop": "^2.7.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 04bb6d6

Please sign in to comment.