Skip to content

Commit

Permalink
refactor: change build time format
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 3, 2021
1 parent 1d1e41f commit 25702a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/coins-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "REACT_APP_BUILD_TIME=$(date '+%x %X') react-scripts start",
"build": "REACT_APP_BUILD_TIME=$(date '+%x %X') react-scripts build"
"start": "REACT_APP_BUILD_TIME=$(date '+%c') react-scripts start",
"build": "REACT_APP_BUILD_TIME=$(date '+%c') react-scripts build"
},
"dependencies": {
"@coingecko/cryptoformat": "0.4.4",
Expand Down

0 comments on commit 25702a4

Please sign in to comment.