diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index ca58aa90..8955ecc8 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: | npm i - npm install @rumblefish/ui + npm install @rumblefishdev/ui node_modules/.bin/lerna bootstrap env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}