diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..1e5671cea --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +enableScripts: false diff --git a/Dockerfile b/Dockerfile index 5e4c7595d..83063c73a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ COPY app/src ./src # Run tests to validate app FROM app-base AS test +COPY .yarnrc.yml . RUN yarn install RUN yarn test