diff --git a/common/README.md b/common/README.md index 9d3e1e2a43..c7ecb052a6 100644 --- a/common/README.md +++ b/common/README.md @@ -12,5 +12,5 @@ Shared resources useful for the multiple Habitica repositories, that way all the Because of some wonkiness with Heroku, the spritesheet compilation is not part of the production build process and must be done manually when new images are added by running: ``` bash -grunt compile:sprites +npm run sprites ```