🔨 chore: Rename npm start to npm run dev

This commit is contained in:
marleyrae 2023-06-05 18:44:28 -07:00
parent dcab28e22b
commit 89142bcadf

View file

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "npx @11ty/eleventy --serve", "dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy" "build": "npx @11ty/eleventy"
}, },
"keywords": [], "keywords": [],