We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c54e commit b49f1edCopy full SHA for b49f1ed
.github/workflows/deploy-RELEASE.yml
@@ -43,6 +43,7 @@ jobs:
43
cp package.json out
44
cp tsconfig.cjs.json out
45
cd out
46
+ npm install --production
47
npm pack
48
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
49
env:
0 commit comments