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