Skip to content

Commit 0e39ca4

Browse files
committed
fix: test additionalNotes
1 parent a26487b commit 0e39ca4

File tree

1 file changed

+32
-28
lines changed

1 file changed

+32
-28
lines changed
Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
{
2-
"additionalNotes": [
3-
{
4-
"text": "run %s to start Admin app locally",
5-
"variables": [
6-
"yarn webiny watch admin --env dev"
7-
]
8-
},
9-
{
10-
"text": "run %s to start Website app locally",
11-
"variables": [
12-
"yarn webiny watch website --env dev"
13-
]
14-
}
15-
],
16-
"nextSteps": [
17-
{
18-
"text": "NS run %s to start Admin app locally",
19-
"variables": [
20-
"yarn webiny watch admin --env dev"
21-
]
22-
},
23-
{
24-
"text": "NS run %s to start Website app locally",
25-
"variables": [
26-
"yarn webiny watch website --env dev"
27-
]
28-
}
29-
]
2+
"additionalNotes": {
3+
"messages": [
4+
{
5+
"text": "run %s to start Admin app locally",
6+
"variables": [
7+
"yarn webiny watch admin --env dev"
8+
]
9+
},
10+
{
11+
"text": "run %s to start Website app locally",
12+
"variables": [
13+
"yarn webiny watch website --env dev"
14+
]
15+
}
16+
]
17+
},
18+
"nextSteps": {
19+
"messages": [
20+
{
21+
"text": "NS run %s to start Admin app locally",
22+
"variables": [
23+
"yarn webiny watch admin --env dev"
24+
]
25+
},
26+
{
27+
"text": "NS run %s to start Website app locally",
28+
"variables": [
29+
"yarn webiny watch website --env dev"
30+
]
31+
}
32+
]
33+
}
3034
}

0 commit comments

Comments
 (0)