Skip to content

Commit

Permalink
Moved to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo committed Apr 18, 2019
1 parent 886c054 commit 1261675
Show file tree
Hide file tree
Showing 5 changed files with 5,128 additions and 9,545 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm install
- run: yarn install
- run:
name: Run tests
command: npm test
command: yarn test

- save_cache:
paths:
Expand All @@ -44,7 +44,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish
command: yarn publish

workflows:
version: 2
Expand Down
14 changes: 0 additions & 14 deletions .npmignore

This file was deleted.

Loading

0 comments on commit 1261675

Please sign in to comment.