fix(rename): typo

This commit is contained in:
Junyan Qin
2025-04-28 21:41:55 +08:00
parent 2eaac168dc
commit 1949ebb304
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
cd web_ui cd web
pnpm lint-staged pnpm lint-staged
pnpm test pnpm test
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "web_ui", "name": "web",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "web_ui", "name": "web",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3", "@ant-design/v5-patch-for-react-19": "^1.0.3",
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"name": "web_ui", "name": "web",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -7,7 +7,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"prepare": "cd .. && husky web_ui/.husky", "prepare": "cd .. && husky web/.husky",
"lint-staged": "lint-staged" "lint-staged": "lint-staged"
}, },
"dependencies": { "dependencies": {