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