Skip to content

Commit

Permalink
构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wljince007 committed Dec 14, 2022
1 parent c7bda67 commit 34a2581
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash


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

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

node scripts/prepackage-plugins.js

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

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


#yarn
yarn start

0 comments on commit 34a2581

Please sign in to comment.