Skip to content

Commit 27ed4c7

Browse files
committed
chore: angular build fix
1 parent 1bd77df commit 27ed4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gesturehandler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build.win": "npm run tsc.win && npm run readme",
1111
"build.all": "npm run build",
1212
"build.all.win": "npm run build .win",
13-
"build.angular": "ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
13+
"build.angular": "ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json && rm angular/.npmignore",
1414
"build.angular.win": ".ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
1515
"readme": "readme generate -c ../../tools/readme/blueprint.json",
1616
"tsc": "cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && tsc -skipLibCheck -d",

0 commit comments

Comments
 (0)