We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f764f3f commit c575411Copy full SHA for c575411
Dockerfile
@@ -15,7 +15,7 @@ RUN npm install
15
COPY . /src
16
17
# Run all webpack build steps
18
-RUN npm run prepublish && npm run build
+RUN npm run prepare && npm run build
19
20
21
#
0 commit comments