Skip to content

Commit 3bdeb26

Browse files
committed
library-api: add ci build script to devbox
1 parent 1f4ade2 commit 3bdeb26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devbox.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"setup": [
2020
"bin/setup"
2121
],
22+
"build-library-api-ci": [
23+
"cd library-api",
24+
"quarkus build --no-tests"
25+
],
2226
"build-builder-api-ci": [
2327
"cd builder-api",
2428
"quarkus build --no-tests"

0 commit comments

Comments
 (0)