From 3c7a0a924b156c9b26625f165ea82a6f2a0a9121 Mon Sep 17 00:00:00 2001 From: Bruce Harrison Date: Thu, 4 Jul 2024 01:53:48 -0500 Subject: [PATCH] re-add bcrypt as a devDep for testing --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8d892d..1d8af6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,8 @@ jobs: uses: actions/download-artifact@v4 with: name: bcrypt-edge-package + - name: install rollup globally + run: npm i rollup -g - name: Publish to NPM run: npm publish --access public --ignore-scripts env: