mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 22:31:38 +02:00
📎 Print current path on frontend scripts build script
This commit is contained in:
parent
46f330fef3
commit
0e4c535edc
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ export TS=$(date +%s);
|
||||||
# performant code on macros (example: rumext)
|
# performant code on macros (example: rumext)
|
||||||
export NODE_ENV=production;
|
export NODE_ENV=production;
|
||||||
|
|
||||||
|
echo "Current path:"
|
||||||
|
echo $PATH
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
corepack enable;
|
corepack enable;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue