File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
"build" : " npm run build.www && npm run tsc" ,
10
10
"build.www" : " cd ../../www-src && rollup -c && cd .. && ts-node make-bridge-loader" ,
11
11
"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" ,
13
13
"tsc" : " ../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/webview' --parents --cwd=../../src/webview && ../../node_modules/.bin/tsc -skipLibCheck -d" ,
14
14
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
15
15
},
You can’t perform that action at this time.
0 commit comments