From ff22e92d9dedaad437834dacc9b099c49425d4fc Mon Sep 17 00:00:00 2001 From: Jack Works Date: Thu, 13 Oct 2022 14:05:53 +0800 Subject: [PATCH] fix: ci --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af99e23..6dd580f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "build:umd": "rollup -c", "ci-build": "pnpm run lint && pnpm test && pnpm run build", "lint": "eslint . --ext .ts,.tsx", - "test": "vitest" + "test": "vitest", + "publish": "pnpm run build && npx changeset publish" }, "dependencies": { "@rgba-image/lanczos": "^0.1.0",