deployment: run npm i in update script

pull/1/head
maia arson crimew 2023-05-19 16:42:19 +02:00
parent f1b1848d88
commit 39b7cad25b
1 changed files with 1 additions and 1 deletions

View File

@ -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",