Skip to content

Commit c575411

Browse files
authored
Update Dockerfile (#1087)
`prepublish` is deprecated and replaced with `prepare`
1 parent f764f3f commit c575411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN npm install
1515
COPY . /src
1616

1717
# Run all webpack build steps
18-
RUN npm run prepublish && npm run build
18+
RUN npm run prepare && npm run build
1919

2020

2121
#

0 commit comments

Comments
 (0)