mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 13:28:21 +02:00
♻️ Icons and Styles build refactor.
This commit is contained in:
parent
83e33ed00b
commit
ecde4493e0
459 changed files with 5343 additions and 5631 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
set -ex
|
||||
exec "$@"
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
set -e;
|
||||
source ~/.zshrc
|
||||
|
||||
echo "[init.sh] Setting up local permissions."
|
||||
sudo chown -R uxbox /home/uxbox/local
|
||||
|
||||
echo "[init.sh] Installing node dependencies"
|
||||
pushd /home/uxbox/uxbox/frontend/
|
||||
npm ci
|
||||
popd
|
||||
|
||||
echo "[init.sh] Ready!"
|
||||
tail -f /dev/null
|
||||
|
|
2
docker/devenv/files/phantomjs-mock
Executable file
2
docker/devenv/files/phantomjs-mock
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
echo "2.1.1"
|
Loading…
Add table
Add a link
Reference in a new issue