From 8e168fc2ba53c72a35e15432d7a9e8c654ee2537 Mon Sep 17 00:00:00 2001 From: Topaz Bar Date: Thu, 29 Dec 2022 17:49:44 +0200 Subject: [PATCH] (chore): test commands in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 582021d..9a57b30 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "ffmpeg-any": "./ffmpeg-any.js" }, "scripts": { - "publish": "RUNNING npm publish" + "link": "npm link", + "publish": "echo RUNNING npm publish" } }