* Remove test on release-develop job (temporary)
* Remove test on release-develop job (temporary)
* Speed up pro release script by adding no verify flag to version update commits
* Update .npmignore path to include all subdirectories of dist
The dist/* pattern was including only the first level of files inside
the dist folder.
Update to no longer wildcard to include all the folder contents
* Only build pro after bootstrapping and after backend-core build
This protects against the scenario of a breaking change in backend-core
that is relied on by the pro package.
Introducing to fix the current build as the published backend-core package is corrupted.
This change ensures the local filsystem version of core will be used.
* Debug line
* Debug lines
* Update build script