From 860e5a118d0cf3938750d2e507fa73f46b927a1b Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 19 Dec 2021 10:47:51 -0800 Subject: [PATCH] Fix compiles --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a90c48a..78cd7640 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test:unit": "lerna run test:unit --stream", "test:integration": "lerna run test:integration --stream" }, - "private": false, + "private": true, "devDependencies": { "cypress": "^8.4.1", "husky": "4",