Skip to content

Commit

Permalink
fix(status): erxes status will show correct information
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Jul 10, 2019
1 parent 995cb21 commit 75d6352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"format": "prettier --single-quote --write 'src/**/*.@(ts|tsx)'",
"precommit": "lint-staged",
"start": "react-scripts start",
"build": "react-scripts build && yarn generateVersion",
"build": "yarn generateVersion && react-scripts build",
"compress": "gzip -5 --keep -r build/static/js",
"test": "snyk test && react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand Down Expand Up @@ -127,4 +127,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 75d6352

Please sign in to comment.