Skip to content

Commit

Permalink
Allow npm publish to use tsc (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jul 16, 2018
1 parent d0c32ae commit fa1c892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -131,4 +131,5 @@ jobs:
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run: *npm_install_and_link
- run: npm publish

0 comments on commit fa1c892

Please sign in to comment.