diff options
author | Starfall <us@starfall.systems> | 2024-04-29 11:12:05 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-04-29 11:51:47 -0500 |
commit | 43e180b9bf172655f6e729f2070a6801ba713777 (patch) | |
tree | 65764407507949553474be405e47b0399cf4c697 /package.json | |
parent | 1612ae4ac04ba42bc993e3c9371c116fc502dc35 (diff) |
prepare repo for direct publishing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bcb1711..60968ad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "install": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1", - "start": "npx @11ty/eleventy --serve --watch" + "start": "npx @11ty/eleventy --serve --watch", + "publish": "publish.sh" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", |