Build before deploy

This commit is contained in:
Devon Campbell 2022-11-29 20:06:15 -08:00
commit ae741a7b24

View file

@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"deploy": "netlify deploy",
"deploy:prod": "netlify deploy --prod"
"deploy": "netlify deploy --build",
"deploy:prod": "netlify deploy --prod --build"
},
"keywords": [],
"author": "",