RED-6686 version test
This commit is contained in:
parent
90fcd18043
commit
61877840c2
@ -2,6 +2,8 @@ FROM node:18.12-buster as prep
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y jq
|
RUN apt-get update && apt-get install -y jq
|
||||||
COPY package.json /tmp
|
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
|
RUN jq '{ dependencies, devDependencies, peerDependencies, scripts: (.scripts | { postinstall }) }' < /tmp/package.json > /tmp/deps.json
|
||||||
# keep postinstall script
|
# keep postinstall script
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user