We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f11c5 commit 58ee7ceCopy full SHA for 58ee7ce
packages/https/package.json
@@ -18,7 +18,7 @@
18
"build.watch": "npm run tsc -- -w",
19
"build.win": "npm run tsc-win",
20
"build.all": "npm run build && npm run build.angular",
21
- "build.angular": "ng-packagr -p ../../src/https/angular/ng-package.json -c ../../src/https/angular/tsconfig.json",
+ "build.angular": "ng-packagr -p ../../src/https/angular/ng-package.json -c ../../src/https/angular/tsconfig.json && rm angular/.npmignore",
22
"build.all.win": "npm run build.win",
23
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
24
},
0 commit comments