提交 e0cddc8b 编写于 作者: J Joao Moreno

improve test script

上级 a8e9286f
......@@ -14,7 +14,11 @@ cd $ROOT
test -d node_modules || ./scripts/npm.sh install
# Get electron
./node_modules/.bin/gulp electron
if [[ "$OSTYPE" == "darwin"* ]]; then
test -d .build/electron/Code\ -\ OSS.app || ./node_modules/.bin/gulp electron
else
test -d .build/electron/code-oss || ./node_modules/.bin/gulp electron
fi
# Build
test -d out || ./node_modules/.bin/gulp compile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册