dploy icon indicating copy to clipboard operation
dploy copied to clipboard

Can I run dploy installed locally in project dependencies?

Open testgit-1 opened this issue 6 years ago • 3 comments

The dploy command does not work in this case.

testgit-1 avatar Jun 10 '18 11:06 testgit-1

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

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

And then from the terminal run npm run deploy

Hargne avatar Aug 17 '18 07:08 Hargne

you can use npx and run it with npx dploy

btxtiger avatar Dec 30 '18 20:12 btxtiger

@btxtiger Thx ;)

Oliviercreativ avatar Jul 26 '19 12:07 Oliviercreativ