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.
2 parents 94eff95 + 2466f82 commit ac36b9aCopy full SHA for ac36b9a
app/build/.gitkeep
@@ -0,0 +1 @@
1
+# Keep directory in git.
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