forked from organicmaps/website
Add npm run upgrade
This commit is contained in:
parent
52bb8943fd
commit
9ca89fa44e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",
|
||||
"news": "node update_news.js"
|
||||
"news": "node update_news.js",
|
||||
"upgrade": "npx npm-check-updates -u && npm install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue