1
0
Fork 0
mirror of synced 2024-08-12 08:31:27 +12:00

Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates

This commit is contained in:
Dean 2023-08-10 15:58:56 +01:00
commit 9d255c2213
4 changed files with 4 additions and 8 deletions

View file

@ -69,11 +69,7 @@ jobs:
# Run build all the projects
- name: Build
run: |
if ${{ env.USE_NX_AFFECTED }}; then
yarn build --since=${{ env.NX_BASE_BRANCH }}
else
yarn build
fi
yarn build
# Check the types of the projects built via esbuild
- name: Check types
run: |

View file

@ -1,7 +1,7 @@
FROM node:18-slim as build
# install node-gyp dependencies
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils cron g++ make python
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils cron g++ make python3
# add pin script
WORKDIR /

View file

@ -1,5 +1,5 @@
{
"version": "2.9.24-alpha.0",
"version": "2.9.24-alpha.1",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -18,7 +18,7 @@ ENV TOP_LEVEL_PATH=/
# handle node-gyp
RUN apt-get update \
&& apt-get install -y --no-install-recommends g++ make python
&& apt-get install -y --no-install-recommends g++ make python3
RUN yarn global add pm2
# Install client for oracle datasource