Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I run dploy installed locally in project dependencies? #115

Open
testgit-1 opened this issue Jun 10, 2018 · 3 comments
Open

Can I run dploy installed locally in project dependencies? #115

testgit-1 opened this issue Jun 10, 2018 · 3 comments

Comments

@testgit-1
Copy link

The dploy command does not work in this case.

@Hargne
Copy link

Hargne commented Aug 17, 2018

Add a new script line to package.json like so:

"scripts": {
    "deploy": "dploy"
  }

And then from the terminal run npm run deploy

@btxtiger
Copy link

you can use npx and run it with npx dploy

@Oliviercreativ
Copy link

@btxtiger Thx ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants