Move CI to yarn.
This commit is contained in:
44267
client/package-lock.json
generated
44267
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -77,8 +77,8 @@
|
|||||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||||
"start": "craco start",
|
"start": "craco start",
|
||||||
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",
|
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",
|
||||||
"build:test": "env-cmd -f .env.test npm run build",
|
"build:test": "env-cmd -f .env.test yarn run build",
|
||||||
"build-deploy:test": "npm run build:test && s3cmd sync build/* s3://imex-online-test && echo '🚀 TESTING Deployed!'",
|
"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",
|
"buildcra": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build",
|
||||||
"test": "craco test",
|
"test": "craco test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ function JobsDocumentsComponent({
|
|||||||
currentImageWillChange={onCurrentImageChange}
|
currentImageWillChange={onCurrentImageChange}
|
||||||
customControls={[
|
customControls={[
|
||||||
<Button
|
<Button
|
||||||
|
key="edit-button"
|
||||||
style={{
|
style={{
|
||||||
float: "right",
|
float: "right",
|
||||||
|
|
||||||
zIndex: "5",
|
zIndex: "5",
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -177,7 +177,7 @@ function JobsDocumentsComponent({
|
|||||||
if (newWindow) newWindow.opener = null;
|
if (newWindow) newWindow.opener = null;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<EditFilled style={{}} />
|
<EditFilled />
|
||||||
</Button>,
|
</Button>,
|
||||||
]}
|
]}
|
||||||
onClickImage={(props) => {
|
onClickImage={(props) => {
|
||||||
|
|||||||
20180
client/yarn.lock
20180
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user