Build before deploy
This commit is contained in:
parent
b3d6602d14
commit
ae741a7b24
1 changed files with 2 additions and 2 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue