fix: npm install after updating deps

This commit is contained in:
Troy 2025-03-03 16:02:47 +00:00
parent 2709cfac18
commit df28660adc
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"update": "npx npm-check-updates -u"
"update": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@astrojs/check": "0.9.4",