diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index 5630c30..793ef95 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -43,6 +43,7 @@ jobs: cp package.json out cp tsconfig.cjs.json out cd out + npm install --production npm pack npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}') env: