Skip to content

Migrate yarn -> npm to fix publishing

Tomas Vik requested to merge 206-migrate-to-npm into master

There is a known bug in the vsce publishing tool. This bug causes unreliable packaging for yarn dependencies. Until this bug gets fixed, it's not safe to use yarn for releasing the extension.

This MR replaces yarn with npm.

The changes introduced in this MR have been tested in my fork of this repo (viktomas-release branch) and successfully pushed to the marketplace.

Closes #206 (closed)

Merge request reports