Skip to content

Commit

Permalink
revert: fix(dist): add readme file to package
Browse files Browse the repository at this point in the history
This reverts commit e973a42.
  • Loading branch information
gund committed Jan 29, 2020
1 parent 3870b2b commit 1eed88a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm run pack:changelog"
"prepareCmd": "npm run pack"
}
],
[
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- stage: release
script:
- npm run build
- npm run pack
deploy:
provider: script
skip_cleanup: true
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"coverage:check": "istanbul check-coverage --functions 75 --lines 75 --branches 75 --statements 75 coverage/**/coverage*.json",
"format": "prettier --write \"projects/**/src/**/*.{ts,js,json,?css,html}\"",
"format:check": "prettier --check \"projects/**/src/**/*.{ts,js,json,?css,html}\"",
"pack": "copyfiles README.md LICENSE CODE_OF_CONDUCT.md dist/ng-dynamic-component",
"pack:changelog": "copyfiles CHANGELOG.md dist/ng-dynamic-component",
"pack": "copyfiles README.md LICENSE CODE_OF_CONDUCT.md CHANGELOG.md dist/ng-dynamic-component",
"semantic-release": "semantic-release"
},
"private": true,
Expand Down

0 comments on commit 1eed88a

Please sign in to comment.