added "start" script to package.json for live testing purposes
parent
9aba584ad1
commit
463382f712
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue