From ef97e22e92fb7d1f284123f586e50b76433a9c4b Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Tue, 12 Jul 2022 10:58:11 +0200 Subject: [PATCH 1/5] fix(pub): add contracts/test to allow the tests execution --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b4912ab1..02c38d7b 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "ignore": [ "!dist", "!build", + "!contracts/test", "src", "test", ".github" From eefd41013146ce32ba0818b8486d039773acac53 Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Tue, 12 Jul 2022 11:16:13 +0200 Subject: [PATCH 2/5] 0.0.2-alpha.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02c38d7b..d943ccd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rif-relay-contracts", - "version": "0.0.2-alpha.4", + "version": "0.0.2-alpha.5", "description": "This project contains all the contracts needed for the rif relay system.", "main": "dist/index.js", "private": false, From 63acdbe0d1bc6a438f01b7d210a8f4f3761eb9f1 Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Tue, 12 Jul 2022 11:53:14 +0200 Subject: [PATCH 3/5] fix(pub): don't ignore test to allow the tests execution --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index d943ccd7..baad6062 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,7 @@ "ignore": [ "!dist", "!build", - "!contracts/test", "src", - "test", ".github" ] }, From 76ced570df65066b9e9cb91e9a72c59e8a799eb1 Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Tue, 12 Jul 2022 11:53:41 +0200 Subject: [PATCH 4/5] 0.0.2-alpha.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index baad6062..4510c2ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rif-relay-contracts", - "version": "0.0.2-alpha.5", + "version": "0.0.2-alpha.6", "description": "This project contains all the contracts needed for the rif relay system.", "main": "dist/index.js", "private": false, From 5bc8ae0f4df4cdb0cd59fced9ae2db2ba6a60c00 Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Tue, 12 Jul 2022 14:10:02 +0200 Subject: [PATCH 5/5] fix: don't ignore the test folder and make its declaration explicit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4510c2ca..ed62aa00 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "ignore": [ "!dist", "!build", + "!test", "src", ".github" ]