Skip to content

Commit a21f3e4

Browse files
committed
chore: angular build fix
1 parent e88418b commit a21f3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-persistent-bottomsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "npm run tsc",
1010
"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",
1212
"readme": "readme generate -c ../../tools/readme/blueprint.json",
1313
"tsc": "cpy '**/*.d.ts' '../../packages/ui-persistent-bottomsheet' --parents --cwd=../../src/ui-persistent-bottomsheet && tsc -skipLibCheck -d",
1414
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"

0 commit comments

Comments
 (0)