1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/scripts
Rory Powell 5aa7291677 Only build pro after bootstrapping and after backend-core build (#9130)
* 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
2022-12-20 14:30:31 +00:00
..
pro Only build pro after bootstrapping and after backend-core build (#9130) 2022-12-20 14:30:31 +00:00
proxy proxy generation for release env 2022-05-27 00:10:43 +01:00
audit.js
buildx-multiarch.sh Adding command for multiarch building with buildx, need to install qemu on Linux to make this work. 2022-06-21 19:52:44 +01:00
cleanup.sh add verbose to rm 2022-10-21 21:09:54 +02:00
install-minio.sh Fixing issue #8079 - making sure TARGETARCH gets correctly exported to environment to pick correct minio bundle. 2022-10-06 14:05:01 +01:00
link-dependencies.sh Server and Worker tests (#8928) 2022-12-12 22:02:32 +00:00
localdomain.sh Update tenancy detection to honour any subdomain pattern according to platform url 2022-11-09 16:35:16 +00:00
pinVersions.js Updating the single image docker build to pin versions before build to allow it to work with develop etc. Also optimising the image a bit so that it can be built significantly faster. 2022-06-16 19:30:34 +01:00
releaseHelmChart.js