🔨 chore: Put npx @11ty into npm scripts
This commit is contained in:
parent
93817679e5
commit
e0bb638fcc
1 changed files with 2 additions and 1 deletions
|
@ -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": "",
|
||||||
|
|
Loading…
Reference in a new issue