mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
create build dir upon init
This commit is contained in:
parent
af482e0eb4
commit
4bc58a4da1
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ rm -rf ./dist/HyperTerm-darwin-x64
|
|||
rm -rf ./dist/
|
||||
rm -rf ./build/
|
||||
mkdir dist
|
||||
mkdir build
|
||||
./install.sh
|
||||
npm run lint
|
||||
cd app
|
||||
|
|
|
|||
Loading…
Reference in a new issue