added node build task
This commit is contained in:
parent
30ac3eb40a
commit
0fa85fa6e0
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "eleventy --serve",
|
"dev": "eleventy --serve",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "eleventy"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue