diff options
Diffstat (limited to 'playground')
| -rwxr-xr-x | playground/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playground/build.sh b/playground/build.sh new file mode 100755 index 0000000..92f39f8 --- /dev/null +++ b/playground/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +. $(dirname -- "$0")/env.sh + +cd $ROOT_PATH +exec $PYTHON -m doit json_schema_repo scss |
