diff --git a/docs/Makefile b/docs/Makefile index 0f6619f2..05c50502 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,12 +3,15 @@ dist: help help: @echo "make install-deps -> Install all dependencies" + @echo " update-deps -> Update all dependencies" @echo " test -> Start a web server for development" @echo " build -> Build static files" @echo " clean -> Clean directory" @echo " clean-extra -> Clean directory with extra directories/files" install-deps: pnpm install +update-deps: + pnpm install @docusaurus/{core,plugin-client-redirects,plugin-content-docs,plugin-sitemap,preset-classic,module-type-aliases,tsconfig,types}@latest test: pnpm run start --hot-only --no-open build: