7 lines
93 B
Bash
7 lines
93 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "Building with current environment variables..."
|
||
|
yarn build
|
||
|
|
||
|
exec yarn start
|