Skip to content

Commit

Permalink
enrich npm package with license and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Mar 4, 2021
1 parent f293cc1 commit 660a29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/project/.npmrc
- run: cp ~/project/README.md ~/project/dist/README.md
- run: cp ~/project/package.json ~/project/dist/package.json
- run: cp ~/project/LICENSE ~/project/lib/LICENSE
- run: cp ~/project/CHANGELOG.md ~/project/lib/CHANGELOG.md
- run: npm publish ~/project/dist --access public

workflows:
Expand Down

0 comments on commit 660a29e

Please sign in to comment.