boltpkg / bolt

⚡️ Super-powered JavaScript project management
MIT License
2.35k stars 82 forks source link

fix(Yarn): replaced relative path to bin with npx and first argument #254

Open Stradivario opened 5 years ago

Stradivario commented 5 years ago

Issue

Description

This issue present when we use Codeship Build process. Codeship environment has different way of linking, mapping, caching installed packages so it is not a good option to think that we will have yarn installed and linked for us. This pull request introduces simple fix using npx command.

Type of change

Checklist:

Stradivario commented 5 years ago

@lukebatchelor @Blasz