diff --git a/publish/build.sh b/publish/build.sh new file mode 100644 index 0000000000000000000000000000000000000000..426d6ba45a7f3fb2b3c748252c8d1d5185b068c2 --- /dev/null +++ b/publish/build.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +cd form + +npm install + +npm run publish + +cd ../play + +CocosCreator --path "./" --build "platform=web-desktop;debug=true" --force + +cd ../publish + +node build.js