Skip to content

Commit 58ee7ce

Browse files
committed
chore: angular fix
1 parent c6f11c5 commit 58ee7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build.watch": "npm run tsc -- -w",
1919
"build.win": "npm run tsc-win",
2020
"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",
21+
"build.angular": "ng-packagr -p ../../src/https/angular/ng-package.json -c ../../src/https/angular/tsconfig.json && rm angular/.npmignore",
2222
"build.all.win": "npm run build.win",
2323
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
2424
},

0 commit comments

Comments
 (0)