PluginProbe
Plugin Detective – Troubleshooting Conflicts / 1.1.8
Plugin Detective – Troubleshooting Conflicts v1.1.8
1.2.33 1.2.32 1.2.31 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.2.1 1.2.10 1.2.12 1.2.13 1.2.14 1.2.16 1.2.19 1.2.20 1.2.22 1.2.23 1.2.24 1.2.25 All 53 releases
plugin-detective / build.sh

build.sh in Plugin Detective – Troubleshooting Conflicts 1.1.8, at build.sh

15 lines 491 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #!/bin/bash
2 CURRENT_DIR=$(pwd)
3 PD_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
5 cd $PD_DIR/troubleshoot/app/
6 npm install
7 npm run build
8
9 cd $PD_DIR
10
11 rsync -avr --delete --exclude .DS_Store /Users/nathan/Sites/wporg-svn-mirror/plugin-detective/ /tmp/plugin-detective/
12 svn co http://plugins.svn.wordpress.org/plugin-detective/ /tmp/plugin-detective
13 rsync -avr --delete --exclude .DS_Store /tmp/plugin-detective/ /Users/nathan/Sites/wporg-svn-mirror/plugin-detective/
14
15 cd $CURRENT_DIR