mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
db897211fa
Switched to a bash script for build. Not great but make is not convenient on windows machines. Bash is everywhere and our commands are not complex. Fixes #638
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
REL_SCRIPT_DIR="`dirname \"$0\"`"
|
|
SCRIPT_DIR="`( cd \"$REL_SCRIPT_DIR\" && pwd )`"
|
|
$SCRIPT_DIR/tools/build.sh $*
|