Change from pnpm to npm, add ./link.sh shortcut for npm style package linking master
authorNick Downing <nick@ndcode.org>
Mon, 3 Jan 2022 03:59:04 +0000 (14:59 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 3 Jan 2022 04:28:38 +0000 (15:28 +1100)
.gitignore
link.sh [new file with mode: 0755]

index 80059a3..635f418 100644 (file)
@@ -1,3 +1,3 @@
 /ndcode-emailjs_cache-*.tgz
 /node_modules
-/pnpm-lock.yaml
+/package-lock.json
diff --git a/link.sh b/link.sh
new file mode 100755 (executable)
index 0000000..ed68af8
--- /dev/null
+++ b/link.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+rm -rf node_modules package-lock.json
+npm link @ndcode/build_cache
+npm install
+npm link