@@ -84,43 +84,43 @@ node node_modules/.bin/tsc
84
84
node pages/portsregistry/lists/ports-generator.js
85
85
86
86
# 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
89
89
# call those together in this order ^^^
90
90
91
91
# 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
93
93
94
- node esbuild-entries.js
94
+ time node esbuild-entries.js
95
95
96
- /bin/bash esbuild-node.sh
96
+ time /bin/bash esbuild-node.sh
97
97
98
- /bin/bash .github/ytlinksfix.sh
98
+ time /bin/bash .github/ytlinksfix.sh
99
99
100
100
# /bin/bash pages/kubernetes/compress.sh
101
101
102
- /bin/bash bash/substitute-variables-bash.sh gitstorage-core.sh -- \
102
+ time /bin/bash bash/substitute-variables-bash.sh gitstorage-core.sh -- \
103
103
GITSTORAGE_CORE_REPOSITORY " ${GITSTORAGE_CORE_REPOSITORY} " \
104
104
PROD_SCHEMA " ${PROD_SCHEMA} " \
105
105
PROD_PORT " ${PROD_PORT} " \
106
106
PROD_HOSTNAME " ${PROD_HOSTNAME} "
107
107
108
108
# NOTICE: remember it will not process if --run not passed or CI env var is not present
109
109
# 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
111
111
112
112
# NOTICE: remember it will not process if --run not passed or CI env var is not present
113
113
# 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
115
115
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)
117
117
118
118
# this one after style_fix
119
119
# inject special blocking code
120
120
# NOTICE: remember it will not process if --run not passed or CI env var is not present
121
121
# 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
123
123
124
- /bin/bash .github/injector.sh
124
+ time /bin/bash .github/injector.sh
125
125
126
- /bin/bash pages/bash/xx/xx.inverse.postprocessor.sh
126
+ time /bin/bash pages/bash/xx/xx.inverse.postprocessor.sh
0 commit comments