now

v12.0.0-canary.47
The command-line interface for Now

test

yarn test-lint

test-unit

ava test/unit.js --fail-fast

test-integration

ava test/integration.js --serial --fail-fast

test-lint

eslint .

prepublishOnly

yarn build-download && cp /dev/null download/dist/now

dev

webpack -w

precommit

lint-staged

postinstall

node download/install.js

gzip

ls packed/now* | xargs gzip

bundle

pkg dist/now.js -c package.json -o packed/now --options no-warnings

pack

rm -rf packed && webpack && yarn bundle

build-download

webpack --context download --config download/webpack.config.js

link

webpack && cd link && npm link

build

webpack

Metadata

Downloads