wewechat++ init
仓库提交至星火社区作品集 Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
This commit is contained in:
10
scripts/publish.sh
Normal file
10
scripts/publish.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$GH_TOKEN" ]; then
|
||||
echo "You must set the GH_TOKEN environment variable."
|
||||
echo "See README.md for more details."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# This will build, package and upload the app to GitHub.
|
||||
npm run build && node_modules/.bin/build --projectDir ./dist --win --mac --linux -p always
|
||||
Reference in New Issue
Block a user