RED-6686 version test

This commit is contained in:
Timo Bejan 2023-06-27 02:08:20 +03:00
parent 90fcd18043
commit 61877840c2

View File

@ -2,6 +2,8 @@ FROM node:18.12-buster as prep
RUN apt-get update && apt-get install -y jq
COPY package.json /tmp
COPY version.json version.json
RUN cat version.json
RUN jq '{ dependencies, devDependencies, peerDependencies, scripts: (.scripts | { postinstall }) }' < /tmp/package.json > /tmp/deps.json
# keep postinstall script