Build: debug tarball creation

This commit is contained in:
BoykoAlex
2017-08-04 19:12:50 -04:00
parent e9ecff3c74
commit 23d6ecef4c
2 changed files with 5 additions and 2 deletions

View File

@@ -9,10 +9,13 @@ url=`cat fatjar/url`
cd package_sources
npm install ../sts4/atom-extensions/atom-commons
cd ./node_modules/pivotal-atom-languageclient-commons
ls -la
cd ../../
cat > properties.json << EOF
{
jarUrl: ${url}
"jarUrl": "${url}"
}
EOF