set-npm-auth-token-for-ci

v1.0.28
Set authentication token placeholder into `.npmrc` file for use in automated CI processes.
automation npmrc npm ci npm_token

dev

docker run --rm --user node -v "$(pwd)":/app -w /app -it node:4 sh -c "yarn install; yarn test; bash"

test

eslint src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js

Metadata

Downloads

Maintainers