From 4b498da32bc194067e98e91ee24e108b697310f9 Mon Sep 17 00:00:00 2001 From: "josue.0" Date: Wed, 6 Mar 2024 11:46:31 -0500 Subject: [PATCH] minor readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4517f5a..d3de202 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ If you make local changes to this repo and then want to test your local version Don't forget that serverless environments like Google Cloud Functions only upload files in the folder in which your `package.json` is, so you better place the `.tgz` file next to it if you want to deploy it to a serverless environment. +If you want to publish a new version you can use `npm run cm` and follow the instructions. + ## Attribution This project was based on https://github.com/j05u3/whatsapp-cloud-api which is a fork of https://github.com/tawn33y/whatsapp-cloud-api. Thanks to @tawn33y and the community for the hard work.