UNPKG

204 BPlain TextView Raw
1link:
2 heroku plugins:uninstall heroku-docker || true
3 mkdir -p ~/.heroku/node_modules
4 ln -s "$(shell pwd)" ~/.heroku/node_modules/
5
6unlink:
7 unlink ~/.heroku/node_modules/$(shell basename $(shell pwd))