Skip to content

Commit 3552cc2

Browse files
authored
chore: fix runtime publish nad docs css (bytedance#357)
1 parent 73b2090 commit 3552cc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/docs/components/fixed-feature-overview/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.gedit-playground {
33
position: relative;
44
width: 100%;
5-
height: 500px;
5+
height: 600px;
66
}
77

88
.fixed-demo-tools {

apps/docs/components/free-feature-overview/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.demo-container {
33
position: relative;
44
width: 100%;
5-
height: 500px;
5+
height: 600px;
66
}
77

88
.demo-free-layout-tools {

rush.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
{
961961
"packageName": "@flowgram.ai/runtime-nodejs",
962962
"projectFolder": "packages/runtime/nodejs",
963-
"versionPolicyName": "appPolicy",
963+
"versionPolicyName": "publishPolicy",
964964
"tags": [
965965
"level-1",
966966
"team-flow"
@@ -969,7 +969,7 @@
969969
{
970970
"packageName": "@flowgram.ai/runtime-js",
971971
"projectFolder": "packages/runtime/js-core",
972-
"versionPolicyName": "appPolicy",
972+
"versionPolicyName": "publishPolicy",
973973
"tags": [
974974
"level-1",
975975
"team-flow"
@@ -978,7 +978,7 @@
978978
{
979979
"packageName": "@flowgram.ai/runtime-interface",
980980
"projectFolder": "packages/runtime/interface",
981-
"versionPolicyName": "appPolicy",
981+
"versionPolicyName": "publishPolicy",
982982
"tags": [
983983
"level-1",
984984
"team-flow"

0 commit comments

Comments
 (0)