Skip to content

Commit 4f6951d

Browse files
Remove --info-verbosity args since [email protected] no longer supports it (#925)
1 parent 23b3703 commit 4f6951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
"scripts": {
754754
"vscode:prepublish": "npm run build",
755755
"compile": "tsc -p . && webpack --config webpack.config.js",
756-
"watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
756+
"watch": "webpack --config webpack.config.js --watch",
757757
"build": "webpack --config webpack.config.js --mode=\"production\"",
758758
"test": "npm run compile && node ./out/test/index.js"
759759
},

0 commit comments

Comments
 (0)