Skip to content

Commit

Permalink
added build github pages
Browse files Browse the repository at this point in the history
upd Readme
  • Loading branch information
avmaisak committed Aug 16, 2020
1 parent 446c7b5 commit 1927039
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 122 deletions.
159 changes: 38 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"start": "ng serve --open",
"gen": "node tools/generate-icons.js",
"build": "ng build --prod",
"build-gp": "ng build --prod --base-href https://avmaisak.github.io/ngx-bootstrap-icons/",
"deploy-gp": "ngh --dir dist/ngx-bootstrap-icons",
"build-lib": "npm run gen && ng-packagr -p projects/ngx-bootstrap-icons-lib/ng-package.json",
"test": "ng test",
"lint": "ng lint",
"postinstall": "ngcc",
"e2e": "ng e2e"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-bootstrap-icons-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons",
"version": "0.0.22",
"version": "0.0.23",
"description": "Bootstrap Icons components library for your Angular Applications",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
},
"angularCompilerOptions": {
"enableIvy": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"disableTypeScriptVersionCheck": true
Expand Down

0 comments on commit 1927039

Please sign in to comment.