File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
33
" dist" ,
34
34
" lib/**/*.d.ts" ,
35
35
" lib/**/*.js" ,
36
- " custom-elements.json"
36
+ " custom-elements.json" ,
37
+ " vscode-html-custom-data.json"
37
38
],
38
39
"dependencies" : {
39
40
"@umbraco-ui/uui-action-bar" : " 1.2.0-rc.1" ,
119
120
"scripts" : {
120
121
"build" : " npm run analyze && tsc --build && rollup -c rollup.config.js" ,
121
122
"clean" : " tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json" ,
122
- "analyze" : " web-component-analyzer .. /**/*.element.ts --outFile custom-elements .json"
123
+ "analyze" : " wca ../**/*.element.ts --outFile custom-elements.json && wca .. /**/*.element.ts --format vscode -- outFile vscode-html- custom-data .json"
123
124
},
124
125
"publishConfig" : {
125
126
"access" : " public"
You can’t perform that action at this time.
0 commit comments