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,7 +9,7 @@
},
"main": "./dist/index",
"dependencies": {
"atom-languageclient": "git://github.com/atom/atom-languageclient#master",
"atom-languageclient": "0.1.4",
"decompress": "^4.2.0",
"portfinder": "^1.0.13",
"remote-file-size": "^3.0.3",

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