Skip to content

Commit 200cffc

Browse files
committed
build: Comment-out bower and docs deploy step
1 parent 0aed3ac commit 200cffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/raven-js/scripts/deploy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ process.on('unhandledRejection', reason => console.log(reason));
6262

6363
if (shouldUpdateFiles) {
6464
updatePackageConfig(nextVersion);
65-
updateBowerConfig(nextVersion);
66-
updateDocsConfig(nextVersion);
65+
// updateBowerConfig(nextVersion);
66+
// updateDocsConfig(nextVersion);
6767
updateSource(nextVersion);
6868
updateTest(nextVersion);
6969
}

0 commit comments

Comments
 (0)