From 0dfd9ddc92a88c7ea86865273d047a9d422e5f78 Mon Sep 17 00:00:00 2001 From: Patrick Carlson Date: Wed, 30 Dec 2020 22:49:44 -0700 Subject: [PATCH] use npm install for release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ede8ed..56341b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,7 @@ jobs: node-version: 14 # Specifies the registry, this field is required! registry-url: https://registry.npmjs.org/ - # clean install of your projects' deps. We use "npm ci" to avoid package lock changes - - run: npm ci + - run: npm install - run: npm run build - name: Publish to npmjs.com run: npm publish