Skip to content

Commit 23e37e7

Browse files
authored
Update version qualifier
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent 056dc8a commit 23e37e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"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",
21+
"build": "export REACT_APP_COMMIT=$(git rev-parse --short HEAD) && export REACT_APP_VERSION=$(date +%Y%m%d) && react-scripts build",
2222
"test": "react-scripts test",
2323
"eject": "react-scripts eject",
2424
"lint": "eslint .",

0 commit comments

Comments
 (0)