UNPKG

five-bells-routing

Version:
21 lines (20 loc) 474 B
machine: node: version: 4.4.0 test: override: # Run lint - npm run lint # Run tests with coverage #- npm test --coverage - npm test deployment: production: branch: master commands: # Push NPM package if not yet published - mv npmrc-env .npmrc - if [ -z "$(npm info $(npm ls --depth=-1 2>/dev/null | head -1 | cut -f 1 -d " ") 2>/dev/null)" ] ; then npm publish ; fi general: artifacts: #- "coverage/lcov-report"