Skip to content

Commit 0b52211

Browse files
DeveloperayoCompuIves
authored andcommitted
[fix] add missing (,) in ci.json (codesandbox#3125)
1 parent 5ff6224 commit 0b52211

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/content/docs

1 file changed

+1
-1
lines changed

packages/homepage/content/docs/8-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ These are all the configuration options you can set. They are all optional.
6666
// where the contents of the built dependency are. These files will be uploaded
6767
// to our registry
6868
"publishDirectory": {
69-
"react": "build/node_modules/react"
69+
"react": "build/node_modules/react",
7070
"react-dom": "build/node_modules/react-dom"
7171
},
7272
// a list of sandboxes that you want generated for a PR, if this list

0 commit comments

Comments
 (0)