Skip to content

Commit dd81fb4

Browse files
committed
chore(release): hotfix 4.0.0 [skip ci]
1 parent b49f1ed commit dd81fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
scope: rubenhalman
4040
- name: Publish
4141
run: |
42+
npm install
4243
npm run build
4344
cp package.json out
4445
cp tsconfig.cjs.json out
4546
cd out
46-
npm install --production
4747
npm pack
4848
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
4949
env:

0 commit comments

Comments
 (0)