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 b49ff97 commit 687965aCopy full SHA for 687965a
README.md
@@ -78,6 +78,13 @@ m.toMarkdown:
78
79
* Run `sbt build` in terminal.
80
81
+* The `build` task runs these all these tasks but you can run each of them separately inside sbt:
82
+ * `meta` generate meta files, or use the underlying `Test / run` task
83
+ * `test` run all tests
84
+ * `package` build a jar in target/scala-x.y.z
85
+ * `build` clean + all of the above
86
+
87
88
## How to publish
89
90
For maintainers of https://github.com/reqT/reqT-lang
0 commit comments