From b069232991f28c8e17cf80ab4e19c6c579764f34 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 6 Sep 2019 14:08:42 +0930 Subject: [PATCH] fix modclean missing by using yarn context Signed-off-by: Alexis Tyler --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7eb259ec8..787af560a 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -32,7 +32,7 @@ jobs: - name: Installing node deps run: npm install - name: Remove unneeded files - run: modclean --no-progress --run --path . + run: npm run build - name: Packing release run: npm pack - name: Uploading release to Github