Debugging atom build

This commit is contained in:
BoykoAlex
2017-11-24 12:33:40 -05:00
parent 37ca42c969
commit 1c87a3878c

View File

@@ -25,6 +25,10 @@ EOF
npm install
cd $atom_package/node_modules/pivotal-atom-languageclient-commons
ls
cd $atom_package
# push code to release repository
cd $workdir
@@ -48,13 +52,17 @@ git add .
git commit \
-m "Publish ${fatjar_version}"
# Publsuh linkable artifact to S3
# Publish linkable artifact to S3
cd $atom_package
npm install bundle-deps
node ./node_modules/bundle-deps/bundle-deps .
cd $atom_package/node_modules/pivotal-atom-languageclient-commons
ls
cd $atom_package
basename=$(npm pack | tee /dev/tty)
timestamp=`date -u +%Y%m%d%H%M`