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 0aed3ac commit 200cffcCopy full SHA for 200cffc
packages/raven-js/scripts/deploy.js
@@ -62,8 +62,8 @@ process.on('unhandledRejection', reason => console.log(reason));
62
63
if (shouldUpdateFiles) {
64
updatePackageConfig(nextVersion);
65
- updateBowerConfig(nextVersion);
66
- updateDocsConfig(nextVersion);
+ // updateBowerConfig(nextVersion);
+ // updateDocsConfig(nextVersion);
67
updateSource(nextVersion);
68
updateTest(nextVersion);
69
}
0 commit comments