File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3232 npm run build:lib:prod
3333 npm run lint:lib
3434 npm run test:lib:prod
35+ npm run build:chartjs:prod
36+ npm run lint:chartjs
37+ npm run test:chartjs:prod
3538 env :
3639 CI : true
Original file line number Diff line number Diff line change 1010 ],
1111 "parserOptions" : {
1212 "project" : [
13- " ./tsconfig.lib.json" ,
14- " ./tsconfig.spec.json" ,
1513 " ./projects/coreui-angular-chartjs/tsconfig.lib.json" ,
1614 " ./projects/coreui-angular-chartjs/tsconfig.spec.json"
1715 ],
Original file line number Diff line number Diff line change 1010 ],
1111 "parserOptions" : {
1212 "project" : [
13- " ./tsconfig.lib.json" ,
14- " ./tsconfig.spec.json" ,
15- " projects/coreui-angular/tsconfig.lib.json" ,
16- " projects/coreui-angular/tsconfig.spec.json"
13+ " ./projects/coreui-angular/tsconfig.lib.json" ,
14+ " ./projects/coreui-angular/tsconfig.spec.json"
1715 ],
1816 "createDefaultProgram" : true
1917 },
You can’t perform that action at this time.
0 commit comments