10 lines
94 B
Bash
10 lines
94 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
. $(dirname "$0")/common.sh
|
||
|
|
||
|
cd $theme_path
|
||
|
|
||
|
npm run development
|