Skip to content

Commit a3d54ba

Browse files
committed
chore: angular build fix
1 parent 2bfe467 commit a3d54ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "npm run build.www && npm run tsc",
1010
"build.www": " cd ../../www-src && rollup -c && cd .. && ts-node make-bridge-loader",
1111
"build.all": "npm run build && npm run build.angular",
12-
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/webview/angular/package.json -c ../../src/webview/angular/tsconfig.json",
12+
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/webview/angular/ng-package.json -c ../../src/webview/angular/tsconfig.json",
1313
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/webview' --parents --cwd=../../src/webview && ../../node_modules/.bin/tsc -skipLibCheck -d",
1414
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
1515
},

0 commit comments

Comments
 (0)