X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fscripts%2Fbuild.sh;h=071d73f0af0e8acc00a26c6559ad7e52ea80f983;hp=c59d28f1d298a6f073083610410a5d2a680ab493;hb=28412d0042632687d765d239cbb3ff0523a131b9;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/launchpad/scripts/build.sh b/skyquake/plugins/launchpad/scripts/build.sh index c59d28f1d..071d73f0a 100755 --- a/skyquake/plugins/launchpad/scripts/build.sh +++ b/skyquake/plugins/launchpad/scripts/build.sh @@ -18,15 +18,5 @@ PLUGIN_NAME=launchpad # change to the directory of this script -THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -cd $THIS_DIR -cd .. - -echo 'Building plugin '$PLUGIN_NAME -echo 'Fetching third-party node_modules for '$PLUGIN_NAME -npm install -echo 'Fetching third-party node_modules for '$PLUGIN_NAME'...done' -echo 'Packaging '$PLUGIN_NAME' using webpack' -ui_plugin_cmake_build=true ./node_modules/.bin/webpack --optimize-minimize --progress --config webpack.production.config.js -echo 'Packaging '$PLUGIN_NAME' using webpack... done' -echo 'Building plugin '$PLUGIN_NAME'... done' +PLUGIN_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source ../../../../skyquake/skyquake-build/scripts/build-plugin.sh