From e156df5e874424bf0461d95e482614c7aae0208c Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Wed, 22 May 2019 11:52:13 -0500 Subject: [PATCH] Update Dockerfile `prepublish` is deprecated and replaced with `prepare` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index beab1baee8..ee15787c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN npm install COPY . /src # Run all webpack build steps -RUN npm run prepublish && npm run build +RUN npm run prepare && npm run build #