You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
200 B

3 years ago
#!/bin/sh
3 years ago
BASEDIR=$(dirname $0)
3 years ago
cpwd=$PWD
3 years ago
echo $BASEDIR
3 years ago
cd $BASEDIR
3 years ago
npm i
3 years ago
npm cache clean --force
3 years ago
cp VuetableCssConfig.js node_modules/vuetable-2/src/components
3 years ago
pm2-runtime playground.config.js