add publish script

This commit is contained in:
Jeffrey Morgan
2023-07-07 12:59:24 -04:00
parent 7406881eeb
commit 1358e27b77
3 changed files with 52 additions and 15 deletions

View File

@@ -11,7 +11,8 @@ ollama: llama
.PHONY: app
app: ollama
npm run --prefix app make
npm install --prefix app
npm run --prefix app make:sign
clean:
go clean