From 4c466c38b1d821695ef89ce6939bf0b180af10ed Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sun, 25 Aug 2024 03:08:54 +0100 Subject: [PATCH] Add update notes script --- update_notes.nu | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update_notes.nu diff --git a/update_notes.nu b/update_notes.nu new file mode 100644 index 00000000..4fc56aac --- /dev/null +++ b/update_notes.nu @@ -0,0 +1,3 @@ +cd packages/website +npm pack ~/Documents/Notes/ +pnpm i .\Notes-1.0.0.tgz \ No newline at end of file