mirror of
https://github.com/penpot/penpot.git
synced 2025-05-06 13:25:55 +02:00
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
export PATH="/usr/local/node-v12.18.3/bin/:$PATH"
|
|
# yarn install
|
|
|
|
exec "$@"
|