6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
|
|
echo "Building with current environment variables..."
|
|
yarn build
|
|
|
|
exec yarn start
|