Skip to content

Commit

Permalink
fix: fix less copy build step
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Oct 19, 2018
1 parent 4cb0420 commit 854f3cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ steps:
npm ci
ng build --prod
ng build oocx-ng
copy "projects/oocx-ng/src/lib/*.less" "dist/oocx-ng"
displayName: 'npm install and build'

- script: |
Expand All @@ -38,7 +37,7 @@ steps:

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

0 comments on commit 854f3cc

Please sign in to comment.