Move CI to yarn.

This commit is contained in:
Patrick Fic
2021-06-16 14:24:26 -07:00
parent 1575d5e3e7
commit 989c7b2ba0
4 changed files with 9914 additions and 54541 deletions

44267
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -77,8 +77,8 @@
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",
"build:test": "env-cmd -f .env.test npm run build",
"build-deploy:test": "npm run build:test && s3cmd sync build/* s3://imex-online-test && echo '🚀 TESTING Deployed!'",
"build:test": "env-cmd -f .env.test yarn run build",
"build-deploy:test": "yarn run build:test && s3cmd sync build/* s3://imex-online-test && echo '🚀 TESTING Deployed!'",
"buildcra": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build",
"test": "craco test",
"eject": "react-scripts eject",

View File

@@ -163,9 +163,9 @@ function JobsDocumentsComponent({
currentImageWillChange={onCurrentImageChange}
customControls={[
<Button
key="edit-button"
style={{
float: "right",
zIndex: "5",
}}
onClick={() => {
@@ -177,7 +177,7 @@ function JobsDocumentsComponent({
if (newWindow) newWindow.opener = null;
}}
>
<EditFilled style={{}} />
<EditFilled />
</Button>,
]}
onClickImage={(props) => {

File diff suppressed because it is too large Load Diff