From 6db94671dc5816f9d1394385c1bade2a6d2724bd Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 15 Sep 2021 11:08:12 -0500 Subject: [PATCH] publish docs --- DEVELOPER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index da9acc7c..eecbbf84 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -45,3 +45,9 @@ npm test The same pages found in `tests` are deployed to: https://partytown.vercel.app/ + +## Publishing + +``` +npm run release +```