From 09a4254a6241443ce3ac3ea60eb9c762dd7c3949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=E2=9D=A4=EF=B8=8F=20=E2=98=AE=EF=B8=8F=20=E2=9C=8B?= <6723574+louisgv@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:03:42 +0700 Subject: [PATCH] hotfix: add back package command --- with-ai/package.json | 2 +- with-background/package.json | 2 +- with-microsoft-clarity/package.json | 2 +- with-popup/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/with-ai/package.json b/with-ai/package.json index ab6ea5f5..a4de72ba 100644 --- a/with-ai/package.json +++ b/with-ai/package.json @@ -10,7 +10,7 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "test": "plasmo test" + "package": "plasmo package" }, "dependencies": { "compromise": "14.11.1", diff --git a/with-background/package.json b/with-background/package.json index 75125909..d0165259 100644 --- a/with-background/package.json +++ b/with-background/package.json @@ -10,7 +10,7 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "test": "plasmo test" + "package": "plasmo package" }, "dependencies": { "bip39": "3.1.0", diff --git a/with-microsoft-clarity/package.json b/with-microsoft-clarity/package.json index 6dd76c07..e47db2b0 100644 --- a/with-microsoft-clarity/package.json +++ b/with-microsoft-clarity/package.json @@ -10,7 +10,7 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "test": "plasmo test" + "package": "plasmo package" }, "dependencies": { "@plasmohq/messaging": "workspace:*", diff --git a/with-popup/package.json b/with-popup/package.json index d8ec5471..76ebca2c 100644 --- a/with-popup/package.json +++ b/with-popup/package.json @@ -10,7 +10,7 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "test": "plasmo test" + "package": "plasmo package" }, "dependencies": { "plasmo": "workspace:*",