Skip to content

Commit

Permalink
fix(dist): try copying readme inothe order
Browse files Browse the repository at this point in the history
To make it available in the dist folder
  • Loading branch information
gund committed Jan 29, 2020
1 parent be5eefb commit c5d0c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 && ls -lha dist/ng-dynamic-component"
"prepareCmd": "npm run pack"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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 CHANGELOG.md dist/ng-dynamic-component",
"pack": "copyfiles LICENSE README.md CODE_OF_CONDUCT.md CHANGELOG.md dist/ng-dynamic-component",
"semantic-release": "semantic-release"
},
"private": true,
Expand Down

0 comments on commit c5d0c94

Please sign in to comment.