From 2fa331708fa16ed734ea8ffd3d3052cf06af8f76 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 13 Jan 2023 14:38:02 +0100 Subject: [PATCH] Don't upload builds --- .gitignore | 3 ++- satis.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62c8935..2388c53 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea/ \ No newline at end of file +.idea/ +build/ \ No newline at end of file diff --git a/satis.json b/satis.json index d346020..955f49e 100644 --- a/satis.json +++ b/satis.json @@ -1,6 +1,6 @@ { "name": "blackbirdchess/blackbirdchess-repository-composer", - "homepage": "https://blackbirdchess.app", + "homepage": "https://repo.blackbirdchess.app", "repositories": [ { "type": "vcs", @@ -12,5 +12,5 @@ } ], "require-all": true, - "output-dir": "build" + "output-dir": "./build" }