Browse Source

client changes

pull/19/head
samuel 10 months ago
parent
commit
685565b1fd
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      linux/centos/elxr/setup.sh

+ 0
- 11
linux/centos/elxr/setup.sh View File

rm -rf package-lock.json rm -rf package-lock.json
npm i --force npm i --force


cd ..
git clone http://git.bbh.org.in/chess/client
cd client
git checkout production
git pull
git pull origin master
rm -rf package-lock.json
npm i --force
sudo bower install
node_modules/.bin/bower install

cd .. cd ..
git clone http://git.bbh.org.in/chess/chess-client-lib git clone http://git.bbh.org.in/chess/chess-client-lib
cd chess-client-lib cd chess-client-lib

Loading…
Cancel
Save