Browse Source

NPM => npm

master
Leo Lamprecht 8 years ago
parent
commit
bde79dbab8
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      bin/now-deploy.js

2
bin/now-deploy.js

@ -97,7 +97,7 @@ const help = () => {
-p, --public Deployment is public (${chalk.dim('`/_src`')} is exposed) [on for oss, off for premium]
-e, --env Include an env var (e.g.: ${chalk.dim('`-e KEY=value`')}). Can appear many times.
-C, --no-clipboard Do not attempt to copy URL to clipboard
-N, --forward-npm Forward login information to install private NPM modules
-N, --forward-npm Forward login information to install private npm modules
-a, --alias Reassign an existing alias to the deployment
${chalk.dim('Enforcable Types (when both package.json and Dockerfile exist):')}

Loading…
Cancel
Save