fix: --watch was disabling auto reload (--serve)
This commit is contained in:
parent
4a6450f883
commit
94b6af35e2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"favicons": "node ./src/_config/setup/generate-favicons.js",
|
||||
"colors": "node ./src/_config/setup/create-colors.js",
|
||||
"screenshots": "node ./src/_config/setup/generate-screenshots.js",
|
||||
"dev:11ty": "cross-env ELEVENTY_ENV=development eleventy --serve --watch",
|
||||
"dev:11ty": "cross-env ELEVENTY_ENV=development eleventy --serve",
|
||||
"build:11ty": "cross-env ELEVENTY_ENV=production eleventy",
|
||||
"start": "npm run dev:11ty",
|
||||
"build": "npm run clean && npm run build:11ty"
|
||||
|
|
|
|||
Loading…
Reference in a new issue