serve instead of watch
This commit is contained in:
parent
d1e9660a61
commit
571f119e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "my website!!",
|
"description": "my website!!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --watch",
|
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve",
|
||||||
"watch:sass": "npx sass sass:_site/css --watch",
|
"watch:sass": "npx sass sass:_site/css --watch",
|
||||||
"start": "npm run watch:eleventy"
|
"start": "npm run watch:eleventy"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue