From cd5a224a8286732c5af627e2d5319b06d6dbc6b2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 15:51:02 +0200 Subject: [PATCH] chore: add publish script --- lib/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index d611a74..98773f8 100644 --- a/lib/package.json +++ b/lib/package.json @@ -10,7 +10,8 @@ }, "scripts": { "release": "bumpp && node ../scripts/release.js", - "build:release": "npm run build:lib && npm run release" + "build:release": "npm run build:lib && npm run release", + "publish": "npm publish" }, "main": "mnswpr.js", "exports": {