Maurizio Vitale 5c20ee8ab0
Fix publishing to npm and update versions (#4132)
* Fix publishing to npm and update versions

* Remove the upgrade of js api node

* Increase the size
2019-01-10 17:24:07 +00:00

31 lines
634 B
Bash
Executable File

#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
echo "====== run lib ====="
echo "------ run core -----"
./build-core.sh
echo "------ run content-services -----"
./build-content-services.sh
echo "------ Build process-services -----"
./build-process-services.sh
echo "------ run insights -----"
./build-insights.sh
echo "------ run extensions -----"
./build-extensions.sh
echo "------ run process-services-cloud -----"
./build-process-services-cloud.sh
echo "====== Copy schema ====="
cp ../lib/core/app-config/schema.json ../lib/dist/core/app.config.schema.json
npm run bundlesize-check