Add deploy script

This commit is contained in:
Sofía Aritz 2023-03-12 12:20:19 +01:00
parent f5426b1ff0
commit 49ad1fe76e

View file

@ -9,7 +9,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "npx @11ty/eleventy --serve", "serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy" "build": "npx @11ty/eleventy",
"deploy": "cd _scripts && ./deploy.sh"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.0" "@11ty/eleventy": "^2.0.0"