Update package.json

This commit is contained in:
ckt 2023-07-08 15:08:46 +08:00 committed by GitHub
parent 37d7afcedc
commit 3ed9a219c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
"semantic-ui-react": "^2.1.4"
},
"scripts": {
"start": "vite preview",
"build": "vite build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},