From 016084d14fa96c8fe03c38d7a66c6408a10e6648 Mon Sep 17 00:00:00 2001 From: Marcis Bergmanis Date: Wed, 28 Apr 2021 00:08:22 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0cafbba..93e1f2c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm install preact + - run: npm install react preact vue@next - run: npm run build - run: npm publish dist env: