Skip to content

Commit 7551026

Browse files
committed
Updating auto update manager
1 parent 9e822c3 commit 7551026

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.evergreen.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ functions:
9595
ls -alh dist || true;
9696
9797
# Upload release assets to S3 and GitHub
98-
pwd
99-
ls -alh || true;
100-
ls -alh dist || true;
101-
DEBUG=* npm run upload ${compass_distribution}
98+
npm run upload ${compass_distribution}
10299
EOF_BUILD_SH
103100
104101
#

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"get-object-path": "azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394",
179179
"hadron-app": "^2.0.0",
180180
"hadron-app-registry": "^7.0.0",
181-
"hadron-auto-update-manager": "^1.0.0",
181+
"hadron-auto-update-manager": "^2.0.0",
182182
"hadron-compile-cache": "^1.0.1",
183183
"hadron-ipc": "^0.0.7",
184184
"hadron-module-cache": "^0.0.3",

0 commit comments

Comments
 (0)