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