From f216b93771430f77a826090234f3c2e9107e0bcc Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:13:11 +0100 Subject: [PATCH] add: npx command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6395016..1f5ed11 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "scripts": { "start": "zotero-plugin serve", "build": "tsc --noEmit && zotero-plugin build", + "build-dev": "tsc --noEmit && zotero-plugin build --dev && cd build/addon && zip -r ../zotero-better-notes-dev.xpi .", "release": "zotero-plugin release", "lint": "prettier --write . && eslint . --ext .ts --fix", "test": "echo \"Error: no test specified\" && exit 1",