A module for simplifying an advanced integration with DatoCMS. Simplifies getting and display content, draft previews, live update subscriptions, generating a sitemap, and more.
The README.md module development steps currently reference npm. However, this module/package is built using pnpm and running npm install results in an error.
Therefore, I've updated the README.md to now use pnpm for the module development steps and also updated the package.json file to use pnpm when running the release command.
The
README.md
module development steps currently referencenpm
. However, this module/package is built usingpnpm
and runningnpm install
results in an error.Therefore, I've updated the
README.md
to now usepnpm
for the module development steps and also updated thepackage.json
file to usepnpm
when running the release command.