build.sh 170 Bytes
Newer Older
liujiangnan's avatar
liujiangnan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 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