Add build script command
This commit is contained in:
parent
7052689860
commit
5175570be1
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
"author": "\"Z. Charles Dziura <zachary@dziura.email>",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "npx @11ty/eleventy --serve"
|
||||
"start": "npx @11ty/eleventy --serve",
|
||||
"build": "npx @11ty/eleventy"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue