Skip to content

Commit b77ddd8

Browse files
committed
Fix copy Readme
1 parent bb9b304 commit b77ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",
99
"install-sample-from-source:jquery": "node ./scripts/install-sample-from-source.js samples/photo_album_with_jquery",
1010
"build": "ng build angular-cld && npm run copy-lib-assets",
11-
"copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"dist/angular-cld\"",
11+
"copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"README.md\" \"dist/angular-cld\"",
1212
"bundlewatch": "bundlewatch --config bundlewatch.config.js"
1313
},
1414
"private": true,

0 commit comments

Comments
 (0)