📎 Print current path on frontend scripts build script

This commit is contained in:
Andrey Antukh 2025-06-02 19:11:55 +02:00
parent 46f330fef3
commit 0e4c535edc

View file

@ -14,6 +14,9 @@ export TS=$(date +%s);
# performant code on macros (example: rumext)
export NODE_ENV=production;
echo "Current path:"
echo $PATH
set -ex
corepack enable;