Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add starter integration test to ci (#2660)
## What's the purpose of this pull request? For every pull request we do on faststore we must test the package against the starter. This is time consuming, and non error-prone since the local setup of each developer can vary. The test runs on ci, and: 1. build the packages 2. generate a tarball for them with npm pack 3. clone the starter 4. install the packaged packages 5. run build
- Loading branch information