We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e822c3 commit 7551026Copy full SHA for 7551026
.evergreen.yml
@@ -95,10 +95,7 @@ functions:
95
ls -alh dist || true;
96
97
# 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}
+ npm run upload ${compass_distribution}
102
EOF_BUILD_SH
103
104
#
package.json
@@ -178,7 +178,7 @@
178
"get-object-path": "azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394",
179
"hadron-app": "^2.0.0",
180
"hadron-app-registry": "^7.0.0",
181
- "hadron-auto-update-manager": "^1.0.0",
+ "hadron-auto-update-manager": "^2.0.0",
182
"hadron-compile-cache": "^1.0.1",
183
"hadron-ipc": "^0.0.7",
184
"hadron-module-cache": "^0.0.3",
0 commit comments