File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"build" : " npm run tsc" ,
16
16
"build.all" : " npm run build" ,
17
- "build.angular" : " ng-packagr -p ../../src/ui-svg /angular/ng-package.json -c ../../src/ui-svg /angular/tsconfig.json" ,
17
+ "build.angular" : " ng-packagr -p ../../src/ui-canvaslabel /angular/ng-package.json -c ../../src/ui-canvaslabel /angular/tsconfig.json" ,
18
18
"readme" : " readme generate -c ../../tools/readme/blueprint.json" ,
19
- "tsc" : " cpy '**/*.d.ts' '../../packages/ui-svg ' --parents --cwd=../../src/ui-svg && tsc -skipLibCheck -d" ,
19
+ "tsc" : " cpy '**/*.d.ts' '../../packages/ui-canvaslabel ' --parents --cwd=../../src/ui-canvaslabel && tsc -skipLibCheck -d" ,
20
20
"clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
21
21
},
22
22
"keywords" : [
You can’t perform that action at this time.
0 commit comments