Skip to content

Commit

Permalink
Deploy number matrix export issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKhatri committed May 9, 2019
1 parent df22851 commit b4c87b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"client": {
"deploy": true,
"deploy": false,
"client": "release-v1.3.5",
"reactStore": "release-v1.3.4"
},

"server": {
"deploy": false,
"server": "release-v1.3.4"
"deploy": true,
"server": "release-v1.3.5"
}
}

0 comments on commit b4c87b9

Please sign in to comment.