Skip to content

Commit 3f94557

Browse files
committed
chore(package.json): change 'copy-files' script to copy README.md file into dist directory
1 parent 5b4310c commit 3f94557

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
@@ -9,7 +9,7 @@
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
1111
"copy-scss": "cp -r projects/angular-bootstrap-md/src/lib/assets dist/angular-bootstrap-md/assets",
12-
"copy-files": "cp projects/angular-bootstrap-md/src/lib/changelog projects/angular-bootstrap-md/src/lib/License.pdf dist/angular-bootstrap-md",
12+
"copy-files": "cp projects/angular-bootstrap-md/src/lib/changelog projects/angular-bootstrap-md/src/lib/License.pdf README.md dist/angular-bootstrap-md",
1313
"pack-archive": "cd dist/angular-bootstrap-md && npm pack . && cp angular-bootstrap-md-8.*.tgz ../..",
1414
"remove-archive": "rm dist/angular-bootstrap-md/angular-bootstrap-md-8.*.tgz && cd ../..",
1515
"compile-lib": "ng build angular-bootstrap-md && npm run copy-scss && npm run copy-files && npm run pack-archive && npm run remove-archive",

0 commit comments

Comments
 (0)