7 lines
45 B
Bash
Executable File
7 lines
45 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
yarn
|
|
yarn dev
|