chore(package.json): refactor update command to also check cli dependencies
This commit is contained in:
parent
d08787f5aa
commit
7111b8d223
4 changed files with 580 additions and 467 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "9.0.0",
|
||||
"version": "9.0.1",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
@ -14,7 +14,7 @@
|
|||
"watch": "eleventy --watch",
|
||||
"build": "eleventy",
|
||||
"php": "export $(grep -v '^#' .env | xargs) && php -d error_reporting=E_ALL^E_DEPRECATED -S localhost:8080 -t dist",
|
||||
"update:deps": "composer update && npm upgrade && ncu",
|
||||
"update:deps": "composer update && npm upgrade && npm --prefix cli upgrade && ncu && ncu --cwd cli",
|
||||
"setup": "sh ./scripts/setup.sh",
|
||||
"setup:deploy": "sh ./scripts/setup.sh --deploy",
|
||||
"clean": "rimraf dist .cache",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue