mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:46:38 +02:00
✨ Add improvements to manage.sh and devenv related to deployment.
This commit is contained in:
parent
590c57c18d
commit
e165ca7c3b
4 changed files with 17 additions and 11 deletions
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -z "${TAG}" ]; then
|
||||
export TAG=`git log -n 1 --pretty=format:%H -- ./`
|
||||
export TAG=$(git log -n 1 --pretty=format:%H -- ./);
|
||||
fi
|
||||
|
||||
yarn install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue