🔨 chore: Put npx @11ty into npm scripts

This commit is contained in:
marleyrae 2023-06-05 18:40:56 -07:00
parent 93817679e5
commit e0bb638fcc

View file

@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",