Skip to content

Commit 9c37a38

Browse files
committed
time
1 parent 827eeff commit 9c37a38

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,43 +84,43 @@ node node_modules/.bin/tsc
8484
node pages/portsregistry/lists/ports-generator.js
8585

8686
# call those together in this order vvv
87-
/bin/bash scripts/uglify.sh
88-
/bin/bash scripts/template.sh
87+
time /bin/bash scripts/uglify.sh
88+
time /bin/bash scripts/template.sh
8989
# call those together in this order ^^^
9090

9191
# node libs/preprocessor.js
92-
node node_modules/.bin/envprocessor --maskEnv EXPOSE_EXTRA_ENV_VARIABLES --verbose --debug build/preprocessed.js public/preprocessed.js
92+
time node node_modules/.bin/envprocessor --maskEnv EXPOSE_EXTRA_ENV_VARIABLES --verbose --debug build/preprocessed.js public/preprocessed.js
9393

94-
node esbuild-entries.js
94+
time node esbuild-entries.js
9595

96-
/bin/bash esbuild-node.sh
96+
time /bin/bash esbuild-node.sh
9797

98-
/bin/bash .github/ytlinksfix.sh
98+
time /bin/bash .github/ytlinksfix.sh
9999

100100
# /bin/bash pages/kubernetes/compress.sh
101101

102-
/bin/bash bash/substitute-variables-bash.sh gitstorage-core.sh -- \
102+
time /bin/bash bash/substitute-variables-bash.sh gitstorage-core.sh -- \
103103
GITSTORAGE_CORE_REPOSITORY "${GITSTORAGE_CORE_REPOSITORY}" \
104104
PROD_SCHEMA "${PROD_SCHEMA}" \
105105
PROD_PORT "${PROD_PORT}" \
106106
PROD_HOSTNAME "${PROD_HOSTNAME}"
107107

108108
# NOTICE: remember it will not process if --run not passed or CI env var is not present
109109
# I'm deliberately suppressing error to continue if above is not provided for local dev environment
110-
/bin/bash .github/urlwizzard.sh
110+
time /bin/bash .github/urlwizzard.sh
111111

112112
# NOTICE: remember it will not process if --run not passed or CI env var is not present
113113
# I'm deliberately suppressing error to continue if above is not provided for local dev environment
114-
/bin/bash .github/sha384.sh
114+
time /bin/bash .github/sha384.sh
115115

116-
node node_modules/.bin/prettier --config prettier.config.cjs --write . 1> >(/bin/bash bash/dlogger.sh o prettier) 2> >(/bin/bash bash/dlogger.sh e prettier)
116+
time node node_modules/.bin/prettier --config prettier.config.cjs --write . 1> >(/bin/bash bash/dlogger.sh o prettier) 2> >(/bin/bash bash/dlogger.sh e prettier)
117117

118118
# this one after style_fix
119119
# inject special blocking code
120120
# NOTICE: remember it will not process if --run not passed or CI env var is not present
121121
# I'm deliberately suppressing error to continue if above is not provided for local dev environment
122-
/bin/bash .github/clicksecure.sh
122+
time /bin/bash .github/clicksecure.sh
123123

124-
/bin/bash .github/injector.sh
124+
time /bin/bash .github/injector.sh
125125

126-
/bin/bash pages/bash/xx/xx.inverse.postprocessor.sh
126+
time /bin/bash pages/bash/xx/xx.inverse.postprocessor.sh

0 commit comments

Comments
 (0)