Skip to content

Commit fbb0fe9

Browse files
committed
Hotfix for broken build scripts in 2.2
1 parent 66e9027 commit fbb0fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Cypress run
3030
uses: cypress-io/github-action@v2
3131
with:
32-
build: PRODUCTION=true && yarn run build
32+
build: yarn run build
3333
start: yarn run dev
3434
wait-on: 'http://localhost:3000'
3535
# build-s3:

gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",
24-
"build": "cross-env PRODUCTION=true react-scripts build",
24+
"build": "react-scripts build",
2525
"test": "react-scripts test",
2626
"eject": "react-scripts eject"
2727
},

0 commit comments

Comments
 (0)