Skip to content

Commit

Permalink
Update Dockerfile (#1087)
Browse files Browse the repository at this point in the history
`prepublish`  is deprecated and replaced with `prepare`
  • Loading branch information
dplewis authored May 22, 2019
1 parent f764f3f commit c575411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


#
Expand Down

0 comments on commit c575411

Please sign in to comment.