@@ -44,4 +44,11 @@ fs.writeFileSync(tsconfigPath, JSON.stringify(tsconfig, null, 2) + '\n');
fs.removeSync(path.dirname(packagePath));
// Update the core jupyterlab build dependencies.
-utils.run('npm run integrity');
+try {
+ utils.run('npm run integrity');
+} catch (e) {
+ if (!process.env.TRAVIS_BRANCH) {
+ console.error(e);
+ process.exit(1);
+ }
+}
@@ -114,6 +114,7 @@ if [[ $GROUP == other ]]; then
npm run build
npm run removesibling extension
+ npm run integrity
# Test cli tools
npm run get:dependency mocha