From 9a56b69292e1355911fa2487d3706b91cd9e5de2 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Wed, 17 Mar 2021 12:54:28 -0400 Subject: [PATCH] Remove unnecessary lines (#677) --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 703e48fc..8f1a9c35 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,8 +31,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm i - run: npm run build:prod --if-present - - run: ls -la - - run: ls dist/ - uses: TheDoctor0/zip-release@0.4.1 with: filename: 'Adempiere-Vue.zip'