Skip to content

Commit

Permalink
Remove --info-verbosity args since [email protected] no longer supports…
Browse files Browse the repository at this point in the history
… it (#925)
  • Loading branch information
testforstephen authored Dec 17, 2020
1 parent 23b3703 commit 4f6951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"scripts": {
"vscode:prepublish": "npm run build",
"compile": "tsc -p . && webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
"watch": "webpack --config webpack.config.js --watch",
"build": "webpack --config webpack.config.js --mode=\"production\"",
"test": "npm run compile && node ./out/test/index.js"
},
Expand Down

0 comments on commit 4f6951d

Please sign in to comment.