From 3f0eecdd871a39fde5eab2ee73c2b0ed015d7e70 Mon Sep 17 00:00:00 2001 From: Chun Shang Date: Wed, 30 Nov 2022 11:05:54 +0800 Subject: [PATCH] yarn should install dev deps --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ebbd02cff..58c827837 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@adrise' - - run: yarn install --production --non-interactive + - run: yarn install --production=false --non-interactive - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}