fix: npm install after updating deps
This commit is contained in:
parent
2709cfac18
commit
df28660adc
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue