Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 359 Bytes

testing.md

File metadata and controls

24 lines (17 loc) · 359 Bytes

Testing

Testing from branch

Install mage-ai library from your branch:

$ pip3 install git+https://github.com/mage-ai/mage-ai.git@branch_name#egg=mage-ai

Build the front-end code:

$ cd mage_ai/frontend
$ yarn install
$ yarn export_prod

Front-end

To check proper types in TypeScript, run:

$ ./scripts/test.sh