Permalink
Cannot retrieve contributors at this time
10 lines (10 sloc)
203 Bytes
| cd msteams-ui-icons/core | |
| yarn build:watch & | |
| cd ../react | |
| yarn build:watch & | |
| cd ../../msteams-ui-styles-core | |
| yarn build:watch & | |
| cd ../msteams-ui-components-react | |
| yarn build:watch & | |
| cd ../gh-pages | |
| yarn dev |