https://github.com/worldbrain/storex-workspace
Lerna workspace to work on all officially supported Storex packages together
https://github.com/worldbrain/storex-workspace
Last synced: 12 months ago
JSON representation
Lerna workspace to work on all officially supported Storex packages together
- Host: GitHub
- URL: https://github.com/worldbrain/storex-workspace
- Owner: WorldBrain
- License: mit
- Created: 2018-12-09T18:38:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T09:59:19.000Z (about 6 years ago)
- Last Synced: 2025-06-23T23:24:47.740Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
Lerna workspace to work on all officially supported Storex packages together
# Installation
```
$ git clone --recursive git@github.com:WorldBrain/storex-workspace.git
$ yarn bootstrap
```
# Testing
```
$ yarn test --parallel
or
$ yarn test
or
$ yarn test:watch
```
# Recompiling everything
```
$ yarn lerna run prepare --parallel
```
# Check for packages with unreleased changes
```
$ yarn check-unreleased
```
# Show unreleased changes for package
```
$ package=@worldbrain/storex-backend-sequelize yarn show-unreleased-changes
```