Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update plugin build command to current
Browse files Browse the repository at this point in the history
See: WordPress/gutenberg#23063

Changed from `package-plugin` to `build:plugin-zip`
  • Loading branch information
aduth committed Jun 28, 2020
1 parent c941f2b commit 03ed238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/gutenbergrun-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ENV NO_CHECKS=1

WORKDIR /src

ENTRYPOINT [ "npm", "run", "package-plugin" ]
ENTRYPOINT [ "npm", "run", "build:plugin-zip" ]

0 comments on commit 03ed238

Please sign in to comment.