Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mk/run): use npx to execute netlify-cli (#2081)
In order to use the `netlify-cli` without installing it globally we can use `npx`. ```bash $ make run netlify dev bash: netlify: command not found make: *** [run] Error 127 ``` Signed-off-by: schogges <[email protected]>
- Loading branch information