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