Skip to content

Commit de0dcfa

Browse files
committed
🔧 Extended lazy-dialogs build script to build schematics of project
1 parent 085ee0c commit de0dcfa

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
@@ -7,7 +7,7 @@
77
"build:api-token-interceptor:watch": "npm run build:api-token-interceptor -- --watch -c development",
88
"build:date-interceptors": "ng b @ngx-toolset/date-interceptors",
99
"build:date-interceptors:watch": "npm run build:date-interceptors -- --watch -c development",
10-
"build:lazy-dialogs": "ng b @ngx-toolset/lazy-dialogs",
10+
"build:lazy-dialogs": "ng b @ngx-toolset/lazy-dialogs && cd ./projects/lazy-dialogs && npm run build",
1111
"build:lazy-dialogs:watch": "npm run build:lazy-dialogs -- --watch -c development",
1212
"build:template-type-checker": "ng b @ngx-toolset/template-type-checker",
1313
"build:template-type-checker:watch": "npm run build:template-type-checker -- --watch -c development",

0 commit comments

Comments
 (0)