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 4499e45 commit 2466f82Copy full SHA for 2466f82
app/package.json
@@ -8,6 +8,7 @@
8
"start": "BROWSER=none react-scripts start",
9
"develop": "REACT_APP_USE_SAMPLE_DATA=true yarn start",
10
"build": "react-scripts build",
11
+ "postbuild": "echo -n '# Keep directory in git.' > build/.gitkeep",
12
"test": "react-scripts test --env=jest-environment-jsdom",
13
"test:ci": "cross-env CI=true yarn test --coverage",
14
"eject": "react-scripts eject",
0 commit comments