Skip to content

Commit

Permalink
Verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed Dec 2, 2022
1 parent 5a0ecde commit c4e30e1
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 @@ -13,7 +13,7 @@
"build": "node_modules/.bin/webpack --config webpack.config.js --mode production",
"start": "node_modules/.bin/webpack serve --config webpack.config.js --mode development --host 0.0.0.0 --port 3000 --static src --hot",
"lint": "eslint -c .eslintrc.yml --ext js,jsx,html src/",
"release": "release-it"
"release": "release-it -VV"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c4e30e1

Please sign in to comment.