From 8058d047a5a50406ff4175c83b8488eea7c4e706 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 18:58:47 +0530 Subject: docs: crazy amounts of docs --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index f8c62c5..2c5d06a 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "format": "prettier --write './{src,tests}/**/*.{ts,html,css}'", "lint": "eslint ./src", "fix": "yarn lint --fix && yarn format", + "pub:patch": "yarn lint && yarn build && yarn publish --access=public --patch", "test": "jest" }, "devDependencies": { -- cgit v1.3.1