From 8d94de496b267269a10a98b7d72efe18a4b9c416 Mon Sep 17 00:00:00 2001 From: iamspdarsan Date: Sat, 18 May 2024 09:12:57 +0530 Subject: [PATCH] types def missed in last publish --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 026a2fe..4684509 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "rp": "node ./dist/richie.js", "clean": "cls && rimraf dist", "bt": "cls && yarn dev && jest", - "test": "jest" + "test": "jest", + "deploy":"yarn build && yarn publish --access public" }, "repository": { "type": "git",