Update package.json

This commit is contained in:
string 2025-06-04 15:50:10 +05:30
parent 55c68917fc
commit 5350f3859e

View File

@ -26,7 +26,7 @@
"homepage": "https://demos.creative-tim.com/argon-dashboard-react/",
"scripts": {
"start": "react-scripts start",
"build": "cross-env PUBLIC_URL=/ react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
@ -117,4 +117,4 @@
"fsevents": "2.3.2",
"chokidar": "3.5.3"
}
}
}