forked from nyancrimew/maia.crimew.gay
deployment: run npm i in update script
This commit is contained in:
parent
f1b1848d88
commit
39b7cad25b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build": "rm -rf www && eleventy",
|
||||
"serve": "rm -rf www && eleventy --serve",
|
||||
"update": "git pull && npm run build"
|
||||
"update": "git pull && npm i && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^v2.0.0-beta.1",
|
||||
|
|
Loading…
Reference in a new issue