From b1c91c7c42d95a116ea8eb0e1557235063688d99 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Wed, 26 Aug 2020 00:47:26 +0200 Subject: [PATCH] chore(ci): Further improvements GH actions --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c709a21..4004fa1 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,9 @@ "compression": "none" } ], - "ci": { - "trackBranches": [ - "main" - ] - } + "trackBranches": [ + "main" + ] }, "scripts": { "build": "wsrun build",