Commit cbd4057 1 parent ac09ee0 commit cbd4057 Copy full SHA for cbd4057
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"test:lib:coverage:ui" : " set BROWSERSLIST_IGNORE_OLD_DATA=1 && ng test mat-datatable-lib --code-coverage --watch=false && node tools/open-coverage.mjs" ,
22
22
"build" : " npm run build:lib && npm run build:demo" ,
23
23
"build:prod" : " npm run build:lib:prod && npm run build:demo:prod" ,
24
- "build:lib" : " ng build mat-datatable-lib --configuration development && copy-to-dist" ,
25
- "build:lib:prod" : " ng build mat-datatable-lib --configuration production && copy-to-dist" ,
24
+ "build:lib" : " ng build mat-datatable-lib --configuration development && npm run copy-to-dist" ,
25
+ "build:lib:prod" : " ng build mat-datatable-lib --configuration production && npm run copy-to-dist" ,
26
26
"build:demo" : " ng build mat-datatable-demo --delete-output-path --configuration development" ,
27
27
"build:demo:prod" : " ng build mat-datatable-demo --delete-output-path --configuration production" ,
28
28
"build:ghpages" : " npm run build:prod && del-cli ghpages && cpy \" dist/mat-datatable-demo/**\" ghpages" ,
You can’t perform that action at this time.
0 commit comments