lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

Update top-level yarn.lock to fix publish fail #100

Closed xiniria closed 3 years ago

xiniria commented 3 years ago

Description

Run yarn install to update yarn.lock and fix the CI publish fail.

Types of changes

Related Issue

Fixes the publish problem after issue #99.

Motivation and Context

This change is required to publish a newer version of the package.

How Has This Been Tested?

npm run lint and npm run test passed in both sub-packages.

Checklist:

cute-bear

lirantal commented 3 years ago

Thanks! Let's see if this gets the deploy stage passing.

xiniria commented 3 years ago

The TravisCI job passed but the version wasn't actually published, as per the job logs 😞