Skip to content

Commit

Permalink
build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wljince007 committed Apr 15, 2024
1 parent e05a36d commit 23599b5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash


yarn install
yarn run build

5 changes: 5 additions & 0 deletions buildandstart.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./build.sh
./start.sh

11 changes: 11 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

node scripts/prepackage-plugins.js

#node scripts/build-windows.js
# or
#node scripts/build-linux.js
# or
node scripts/build-macos.js


6 changes: 6 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash


#yarn
yarn start

0 comments on commit 23599b5

Please sign in to comment.