Skip to content

Commit

Permalink
🔧 Extended lazy-dialogs build script to build schematics of project
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabianCoder committed Aug 22, 2022
1 parent 085ee0c commit de0dcfa
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 @@ -7,7 +7,7 @@
"build:api-token-interceptor:watch": "npm run build:api-token-interceptor -- --watch -c development",
"build:date-interceptors": "ng b @ngx-toolset/date-interceptors",
"build:date-interceptors:watch": "npm run build:date-interceptors -- --watch -c development",
"build:lazy-dialogs": "ng b @ngx-toolset/lazy-dialogs",
"build:lazy-dialogs": "ng b @ngx-toolset/lazy-dialogs && cd ./projects/lazy-dialogs && npm run build",
"build:lazy-dialogs:watch": "npm run build:lazy-dialogs -- --watch -c development",
"build:template-type-checker": "ng b @ngx-toolset/template-type-checker",
"build:template-type-checker:watch": "npm run build:template-type-checker -- --watch -c development",
Expand Down

0 comments on commit de0dcfa

Please sign in to comment.