File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 }
8989 },
9090 "scripts" : {
91- "build:wdio" : " webpack --env wdio=true --config ./build/node-extension.webpack.config.js" ,
9291 "build:coverage" : " webpack --env wdio=true --env coverage=true --config ./build/node-extension.webpack.config.js" ,
92+ "build:wdio" : " webpack --env wdio=true --config ./build/node-extension.webpack.config.js" ,
9393 "buildup" : " mkdir -p coverage/raw && npm run build:coverage" ,
9494 "check" : " svelte-check --tsconfig ./tsconfig.json" ,
9595 "compile" : " webpack --config ./build/node-extension.webpack.config.js" ,
102102 "wdio" : " wdio run ./wdio.conf.mts > wdio.log" ,
103103 "package" : " webpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js" ,
104104 "____MAIN____" : " Developer Scripts" ,
105- "build" : " rollup -c" ,
105+ "build" : " rollup -c && npm run build:wdio " ,
106106 "build:vsx" : " rollup -c && vsce package" ,
107107 "watch" : " concurrently \" rollup -c -w\" \" webpack --watch --config ./build/node-extension.webpack.config.js\" " ,
108- "test" : " npm run build:wdio && npm run wdio"
108+ "test" : " npm run wdio"
109109 },
110110 "devDependencies" : {
111111 "@rollup/plugin-commonjs" : " ^28.0.2" ,
You can’t perform that action at this time.
0 commit comments