wptide / docs

Tide is an automated tool to provide insight into WordPress code and highlight areas to improve the quality of plugins and themes.
https://wptide.org/
MIT License
24 stars 14 forks source link

Possible dupe `npm link` in bin/link file? #39

Open jeffpaul opened 4 years ago

jeffpaul commented 4 years ago

It looks like we have a dupe npm link reference in https://github.com/wptide/docs/blob/77f5965e83ecdf52389c731c4da251e039a80c7e/bin/link#L16

I suspect that line should say: cd ../docpress-base && npm install && npm link docpress-core

Anyone care to chime in and confirm/deny?

jeffpaul commented 4 years ago

@MakiBM any chance you can help answer this question/issue?