From 123ea97bc6148eaaf172448a902c6c78affc393c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 4 Oct 2018 22:57:39 +0900 Subject: [PATCH] Add publish command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d8f86cdfc..82591c97a 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "build": "tsc -p ./", "lint": "tslint './src/*.ts'", + "publish": "yarn install && yarn run build && yarn publish", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {