We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056dc8a commit 23e37e7Copy full SHA for 23e37e7
frontend/package.json
@@ -18,7 +18,7 @@
18
},
19
"scripts": {
20
"start": "react-scripts start",
21
- "build": "export REACT_APP_COMMIT=$(git rev-parse --short HEAD) && export REACT_APP_VERSION=$(date +%Y.%m.%d) && react-scripts build",
+ "build": "export REACT_APP_COMMIT=$(git rev-parse --short HEAD) && export REACT_APP_VERSION=$(date +%Y%m%d) && react-scripts build",
22
"test": "react-scripts test",
23
"eject": "react-scripts eject",
24
"lint": "eslint .",
0 commit comments