Skip to content

Commit 42a4ecc

Browse files
authored
Fix build with skillset (#1037)
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 1980cb8 commit 42a4ecc

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"@anticrm/ui": "~0.6.0",
3535
"@anticrm/model-core": "~0.6.0",
3636
"@anticrm/model-view": "~0.6.0",
37-
"@anticrm/skillset": "https://github.com/hcengineering/skillset.git"
37+
"@anticrm/skillset": "^0.6.0"
3838
}
3939
}

server/front/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
rushx bundle
19-
rushx docker:build
19+
rushx docker:build $@
2020
rushx docker:push

server/server/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
rushx bundle
19-
rushx docker:build
19+
rushx docker:build $@
2020
rushx docker:push

0 commit comments

Comments
 (0)