added "start" script to package.json for live testing purposes

main
Nexan 2024-01-25 11:55:07 -06:00
parent 9aba584ad1
commit 463382f712
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"ftp-deploy": "^2.4.5" "ftp-deploy": "^2.4.5"
}, },
"scripts": { "scripts": {
"start": "npx @11ty/eleventy --serve --watch",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",