zeus
3 years ago
1 changed files with 4 additions and 0 deletions
@ -1,11 +1,15 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
|
|
||||
BASEDIR=$(dirname $0) |
BASEDIR=$(dirname $0) |
||||
|
cpwd=$PWD |
||||
|
|
||||
echo $BASEDIR |
echo $BASEDIR |
||||
|
|
||||
|
cd $BASEDIR |
||||
|
|
||||
npm i |
npm i |
||||
npm cache clean --force |
npm cache clean --force |
||||
cp $BASEDIR/VuetableCssConfig.js $BASEDIR/node_modules/vuetable-2/src/components |
cp $BASEDIR/VuetableCssConfig.js $BASEDIR/node_modules/vuetable-2/src/components |
||||
cp $BASEDIR/playground.config.js /home/node |
cp $BASEDIR/playground.config.js /home/node |
||||
|
cd $cpwd |
||||
pm2-runtime /home/node/playground.config.js |
pm2-runtime /home/node/playground.config.js |
||||
|
Loading…
Reference in new issue