thefrontside / actions

Collection of GitHub Actions created by Frontside
5 stars 1 forks source link

Add `USE_YARN` input for sync-with-npm action #94

Closed wKich closed 1 year ago

wKich commented 1 year ago

Motivation

When yarn@2+ pnp is used, npm publish fails because, it can't run CLIs, where is no node_modules directory

Approach

So instead to publish you should use yarn npm publish