superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
47 stars 3 forks source link

Add prepack script #248

Closed freaz closed 2 years ago

freaz commented 2 years ago

Description

Add special prepack script and remove project build from release pipeline to avoid double building. Same is done in OneService.

Motivation and Context

The motivation here is to be able to use the package stright from GitHub. (Not sure how yarn handles it but npm's prepack is explicitly ran when installing git dependencies).

This allows for example testing any branch without releasing it.

Types of changes

Checklist: