aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-06 17:38:39 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-06 17:38:39 -0400
commit1411e6474f6fed58b7e4eb4c8fec5cc502ae8e18 (patch)
tree4ee63f02dd887c124d5c570ffeca4fc6bce227ac
parentcd8e865dad326f85ff2357ad90bbd6aa65dea68e (diff)
fix extension ci output dir
-rw-r--r--extension/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json
index e96bc31..c3a66de 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -6,7 +6,7 @@
"type": "module",
"description": "A @vnuge/nvault-extension nostr identity vault browser extension",
- "output": "bin",
+ "output_dir": "bin",
"repository": "https://github.com/VnUgE/NVault",
"scripts": {