Skip to content

Commit

Permalink
feat(build): include README.md and oocx-ng.less in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Sep 28, 2018
1 parent 88bef50 commit 2b891e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ steps:
displayName: 'npm install and build'

- script: |
cp README.md dist/oocx-ng
cp projects/oocx-ng/oocx-ng.less dist/oocx-ng
cd dist/oocx-ng
../../node_modules/.bin/semantic-release
displayName: 'publish package'

0 comments on commit 2b891e6

Please sign in to comment.