Run yarn
Build & check TS errors: yarn build
Run complete test suite(local operator must be running): yarn test
Run complete test suite against Limbo: yarn test:limbo
- unit/integration tests:
yarn test:unit
- e2e tests(local operator must be running):
yarn test:e2e
- e2e tests against Limbo:
yarn test:e2e:limbo
- stress tests(local operator must be running):
yarn test:stress
Build documentation: yarn docs
Run local documentation site: cd website && yarn start
Build & deploy documentation: yarn docs:publish
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.