6 lines
49 B
6 lines
49 B
8 years ago
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname $0)/.."
|
||
|
|
||
|
yarn run dev
|