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 b7c440f commit ddc23b0Copy full SHA for ddc23b0
packages/webview/package.json
@@ -9,7 +9,7 @@
9
"build": "npm run build.www && npm run tsc",
10
"build.www": " cd ../../www-src && rollup -c && cd .. && ts-node make-bridge-loader",
11
"build.all": "npm run build && npm run build.angular",
12
- "build.angular": "ng-packagr -p ../../src/webview/angular/ng-package.json -c ../../src/webview/angular/tsconfig.json",
+ "build.angular": "ng-packagr -p ../../src/webview/angular/ng-package.json -c ../../src/webview/angular/tsconfig.json && rm angular/.npmignore",
13
"tsc": "cpy '**/*.d.ts' '../../packages/webview' --parents --cwd=../../src/webview && tsc -skipLibCheck -d",
14
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
15
},
0 commit comments