9 lines
104 B
Bash
Executable File
9 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
yarn install --frozen-lockfile
|
|
yarn build
|
|
|
|
yarn ui-test
|
|
yarn upload-video-artifacts
|