7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# install yarn
|
|
sudo npm install yarn -g
|
|
|
|
# build it
|
|
yarn build |