From f78dae01a874268887e60fec3dad2dfb5670a67b Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Thu, 5 May 2022 01:36:11 +0200 Subject: [PATCH] fix: webstore cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2578b8..166fb7b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "test": "xo", "build": "gulp dist", - "release:cws": "cd build && webstore upload --auto-publish", + "release:cws": "cd build && chrome-webstore-upload upload --auto-publish", "release:amo": "cd build && web-ext-submit", "release": "npm run build && npm run release:cws && npm run release:amo" },