From 02071c474daa47f0fe826b2369164ba7695722a7 Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Wed, 1 Jun 2022 19:08:23 +0530 Subject: [PATCH] update deploy script --- ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/package.json b/ts/package.json index a26bd72..900818c 100644 --- a/ts/package.json +++ b/ts/package.json @@ -20,7 +20,7 @@ "prepare": "cd .. && husky install ts/.husky", "lint": "eslint --fix", "docs": "typedoc --entryPoints src/index.ts", - "publish": "yarn build && npm publish" + "deploy": "yarn build && yarn test && npm publish" }, "lint-staged": { "src/**/*.ts": [