From: Nick Downing Date: Mon, 3 Jan 2022 03:59:04 +0000 (+1100) Subject: Change from pnpm to npm, add ./link.sh shortcut for npm style package linking X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ea80ccee46f8ac8685a944b9174dc82c67a8816;p=jstize.git Change from pnpm to npm, add ./link.sh shortcut for npm style package linking --- diff --git a/.gitignore b/.gitignore index 310c209..ffd06d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /ndcode-jstize-*.tgz /node_modules -/pnpm-lock.yaml +/package-lock.json diff --git a/link.sh b/link.sh new file mode 100755 index 0000000..642b48d --- /dev/null +++ b/link.sh @@ -0,0 +1,5 @@ +#!/bin/sh +rm -rf node_modules package-lock.json +npm link @ndcode/clean-css @ndcode/html-minifier +npm install +npm link