ngx-wallaby-jest
Version:
Make wallaby working with jest and angular
34 lines (28 loc) • 707 B
YAML
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
anchor_1:
working_directory: /tmp/reibo
docker:
- image: circleci/node:10.9.0-stretch-browsers
jobs:
prod-publish:
<<:
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: publish
command: npm publish --access=public --registry=https://registry.npmjs.org/
#
# - run: npm run lib:publish
workflows:
version: 2
build-deploy:
jobs:
- prod-publish:
filters:
branches:
only: master