rename script
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
"description": "Lee's personal website, take 2, built with 11ty",
|
"description": "Lee's personal website, take 2, built with 11ty",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
|
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
|
||||||
"start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Lee Cattarin",
|
"author": "Lee Cattarin",
|
||||||
|
|||||||
Reference in New Issue
Block a user