diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec3b053..7943c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: npm install -g npm - name: NPM Install - run: npm ci --ignore-scripts + run: npm i - name: Test run: npm run test