npm start
This commit is contained in:
parent
e25d6a7fe0
commit
8ba1ae2f3d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"description": "Homepage for Gaiety, the doggo",
|
"description": "Homepage for Gaiety, the doggo",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "mkdir -p dist && eleventy --input=./src --output=./dist"
|
"build": "mkdir -p dist && eleventy --input=./src --output=./dist",
|
||||||
|
"start": "mkdir -p dist && eleventy --serve --input=./src --output=./dist"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Reference in a new issue