1
0

Add build task

This commit is contained in:
suroh 2025-02-15 14:38:06 +01:00
parent 0063505229
commit 35dff49e91

@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "eleventy --serve" "dev": "eleventy --serve",
"build": "eleventy"
}, },
"repository": { "repository": {
"type": "git", "type": "git",