We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215f774 commit 19b19d8Copy full SHA for 19b19d8
packages/app/create-react-app/package.json
@@ -23,6 +23,7 @@
23
"clean": "shx mkdir -p build && shx rm -rf build",
24
"start": "react-scripts start",
25
"build": "react-scripts build",
26
+ "prebuild": "pnpm run clean",
27
"test": "react-scripts test",
28
"eject": "react-scripts eject"
29
},
0 commit comments