Skip to content

Commit 7c1dbfc

Browse files
author
a.idzikowski
committed
Merge branch 'dev'
2 parents 4ed9167 + e51793b commit 7c1dbfc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

angular-bootstrap-md-12.0.0.tgz

-41.2 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"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-12.*.tgz ../..",
1414
"remove-archive": "rm dist/angular-bootstrap-md/angular-bootstrap-md-12.*.tgz && cd ../..",
15-
"compile-lib": "ng build angular-bootstrap-md && npm run copy-scss && npm run copy-files && npm run schematics:build && npm run pack-archive && npm run remove-archive",
15+
"compile-lib": "ng-packagr -p projects/angular-bootstrap-md/ng-package.json && npm run copy-scss && npm run copy-files && npm run schematics:build && npm run pack-archive && npm run remove-archive",
1616
"schematics:build": "tsc -p projects/angular-bootstrap-md/tsconfig.schematics.json && npm run schematics:copy-schema && npm run schematics:copy-collection && npm run schematics:copy-migration",
1717
"schematics:copy-schema": "cp projects/angular-bootstrap-md/schematics/ng-add/schema.json dist/angular-bootstrap-md/schematics/ng-add",
1818
"schematics:copy-collection": "cp projects/angular-bootstrap-md/schematics/collection.json dist/angular-bootstrap-md/schematics/",

0 commit comments

Comments
 (0)