Skip to content

Commit

Permalink
📝 Make sure readme is available in dist directory before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 23, 2019
1 parent 8bcffac commit 22da6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: 'NPM release'
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/supdock/dist/.npmrc
cd dist ; npm publish
cp README.md dist/README.md ; cd dist ; npm publish
workflows:
version: 2
Expand Down

0 comments on commit 22da6a9

Please sign in to comment.