mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 20:16:11 +02:00
🎉 add command to build docs bundle
This commit is contained in:
parent
14e6ea9393
commit
977a2090fb
2 changed files with 32 additions and 2 deletions
8
docs/scripts/build
Executable file
8
docs/scripts/build
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
set -ex
|
||||
rm -rf ./_dist
|
||||
yarn
|
||||
yarn run build
|
Loading…
Add table
Add a link
Reference in a new issue