Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
fix(publish): move copy README before publishing step
Browse files Browse the repository at this point in the history
copied README is overwritten when copying before building
  • Loading branch information
thomastoye committed Jun 23, 2019
1 parent e71c515 commit aa5074b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test:lib-coverage": "ng test ng-hoepel-common --code-coverage --watch=false",
"report-coverage:lib": "cat ./coverage/ng-hoepel-common/lcov.info | codecov",
"copy:readme": "copyfiles ./README.md ./dist/ng-hoepel-common",
"build:lib": "npm run copy:readme && ng build ng-hoepel-common",
"build:lib": "ng build ng-hoepel-common",
"build:demo": "ng build ng-hoepel-common-demo --base-href='https://hoepel-app.github.io/angular-common/'",
"publish:demo": "npx angular-cli-ghpages --dir=./dist/ng-hoepel-common",
"publish:lib": "npx semantic-release",
"publish:lib": "npm run copy:readme && npx semantic-release",
"adjust-version": "npm-run-all adjust-version:*",
"adjust-version:lib": "rjp projects/ng-hoepel-common/package.json version $VERSION",
"adjust-version:main": "rjp package.json version $VERSION",
Expand Down

0 comments on commit aa5074b

Please sign in to comment.