Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[jstize.git] / link.sh
1 #!/bin/sh
2 rm -rf node_modules package-lock.json
3 npm link @ndcode/clean-css @ndcode/html-minifier
4 npm install
5 npm link