We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2e82e commit b0f2410Copy full SHA for b0f2410
build/tools/gulp/tasks/publish.ts
@@ -74,11 +74,14 @@ async function publishAll() {
74
process.exit(1);
75
}
76
_npmInstall('normal');
77
+ argv.tag = 'latest';
78
error = await runTasks(['publish:jigsaw', 'publish:formly']);
79
if (error) {
80
81
82
+
83
argv.nextVersion = argv.nextVersion + '-g1';
84
+ argv.tag = 'governance';
85
_npmInstall('governance');
86
error = await runTasks(['publish:governance:jigsaw', 'publish:governance:formly']);
87
0 commit comments