mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
9 lines
82 B
Text
9 lines
82 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
source ~/.bashrc
|
||
|
|
||
|
set -ex
|
||
|
rm -rf ./_dist
|
||
|
yarn
|
||
|
yarn run build
|