From ecc7f4880ba675b350ae7f520ecbe9a55ebc921d Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 22 Sep 2021 12:38:34 -0400 Subject: [PATCH] add ci script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bf0384..95bd049 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "clean": "rm -rf dist", "build": "tsc", "watch": "tsc --watch", - "test": "./test.sh" + "test": "./test.sh", + "ci": "yarn run clean && yarn run build && yarn run test && echo 'Ready for release'" }, "peerDependencies": { "shelljs": "^0.8.4"