Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-portier committed May 18, 2022
1 parent a80935e commit 81f3463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/frontend_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LAST_BUILD_FILE="build/build.time"
function build {
export NODE_OPTIONS=--openssl-legacy-provider
npm run build
echo $(date --iso=seconds) > ${LAST_BUILD_FILE}
echo -n $(date --iso=seconds) > ${LAST_BUILD_FILE}
}

function changes {
Expand Down

0 comments on commit 81f3463

Please sign in to comment.