Skip to content

Commit

Permalink
Fix copy Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Apr 13, 2020
1 parent bb9b304 commit b77ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",
"install-sample-from-source:jquery": "node ./scripts/install-sample-from-source.js samples/photo_album_with_jquery",
"build": "ng build angular-cld && npm run copy-lib-assets",
"copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"dist/angular-cld\"",
"copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"README.md\" \"dist/angular-cld\"",
"bundlewatch": "bundlewatch --config bundlewatch.config.js"
},
"private": true,
Expand Down

0 comments on commit b77ddd8

Please sign in to comment.