mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
Add deploy script
This commit is contained in:
parent
f5426b1ff0
commit
49ad1fe76e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue