File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/ui-persistent-bottomsheet Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"build" : " npm run tsc" ,
10
10
"build.all" : " npm run build && npm run build.angular" ,
11
- "build.angular" : " ng-packagr -p ../../src/ui-persistent-bottomsheet/angular/ng-package.json -c ../../src/ui-persistent-bottomsheet/angular/tsconfig.json" ,
11
+ "build.angular" : " ng-packagr -p ../../src/ui-persistent-bottomsheet/angular/ng-package.json -c ../../src/ui-persistent-bottomsheet/angular/tsconfig.json && rm angular/.npmignore " ,
12
12
"readme" : " readme generate -c ../../tools/readme/blueprint.json" ,
13
13
"tsc" : " cpy '**/*.d.ts' '../../packages/ui-persistent-bottomsheet' --parents --cwd=../../src/ui-persistent-bottomsheet && tsc -skipLibCheck -d" ,
14
14
"clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
You can’t perform that action at this time.
0 commit comments