Clean up the commands
This commit is contained in:
parent
a0e4cd9659
commit
dc3e7c49f2
@ -1,3 +1,3 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "_site"
|
publish = "_site"
|
||||||
command = "DEBUG=* eleventy"
|
command = "npm run build"
|
||||||
|
11
package.json
11
package.json
@ -3,11 +3,12 @@
|
|||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "eleventy",
|
"build": "npx @11ty/eleventy",
|
||||||
"watch": "eleventy --watch",
|
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
|
||||||
"serve": "eleventy --serve",
|
"watch": "npx @11ty/eleventy --watch",
|
||||||
"start": "eleventy --serve",
|
"serve": "npx @11ty/eleventy --serve",
|
||||||
"debug": "DEBUG=* eleventy"
|
"start": "npx @11ty/eleventy --serve",
|
||||||
|
"debug": "DEBUG=* npx @11ty/eleventy"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user