Skip to content

Commit 3ad6d00

Browse files
committed
build(react): include ReactDemoLanguage in command line build
1 parent dec89ba commit 3ad6d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mps/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ mpsBuild {
3232
publication("react") {
3333
module("org.modelix.mps.react")
3434
}
35+
publication("react-demo") {
36+
module("ReactDemoLanguage.editor")
37+
}
3538
}
3639

3740
tasks.all {

0 commit comments

Comments
 (0)