From fa1084f46ee4e12c945837cc417cf8be46ee441e Mon Sep 17 00:00:00 2001 From: Vadim Fadeev Date: Sat, 7 Oct 2023 18:19:27 +0100 Subject: [PATCH] fix: ci/cd --- auction/package.json | 7 ++++++- deploy/package.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/auction/package.json b/auction/package.json index 797012ba1..40de5fea5 100644 --- a/auction/package.json +++ b/auction/package.json @@ -5,7 +5,12 @@ "directories": { "test": "test" }, - "private": true, + "files": [ + "contracts", + "readme.md", + "dist" + ], + "private": false, "scripts": { "test": "truffle test" }, diff --git a/deploy/package.json b/deploy/package.json index e3ee84810..68a1f1b9b 100644 --- a/deploy/package.json +++ b/deploy/package.json @@ -3,6 +3,7 @@ "version": "0.7.9", "description": "package with all migrations to deploy other packages", "access": "public", + "private": false, "license": "MIT", "files": [ "contracts",