Skip to content

Commit 590ea84

Browse files
committed
fix: remove svg logo failing publishing
1 parent a6fe1f6 commit 590ea84

File tree

3 files changed

+2
-82
lines changed

3 files changed

+2
-82
lines changed

packages/vscode-js-profile-flame/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"compile:realtime": "webpack --mode production --config webpack.realtime.js",
3434
"compile:ext": "webpack --mode production --config webpack.extension.js --target node",
3535
"compile:ext:web": "webpack --mode production --config webpack.extension.js --target web",
36-
"watch": "concurrent \"npm:watch:*\"",
36+
"watch": "concurrently \"npm:watch:*\"",
3737
"watch:client": "webpack --mode development --config webpack.client.js --watch",
3838
"watch:realtime": "webpack --mode development --config webpack.realtime.js --watch",
3939
"watch:ext": "webpack --mode development --config webpack.extension.js --watch"

packages/vscode-js-profile-flame/resources/logo.svg

-80
This file was deleted.

packages/vscode-js-profile-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"compile:client": "webpack --mode production --config webpack.client.js",
2727
"compile:ext": "webpack --mode production --config webpack.extension.js --target node",
2828
"compile:ext:web": "webpack --mode production --config webpack.extension.js --target web",
29-
"watch": "concurrent \"npm:watch:*\"",
29+
"watch": "concurrently \"npm:watch:*\"",
3030
"watch:client": "webpack --mode development --config webpack.client.js --watch",
3131
"watch:ext": "webpack --mode development --config webpack.extension.js --watch"
3232
},

0 commit comments

Comments
 (0)