We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e9027 commit fbb0fe9Copy full SHA for fbb0fe9
.github/workflows/master-deployment.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Cypress run
30
uses: cypress-io/github-action@v2
31
with:
32
- build: PRODUCTION=true && yarn run build
+ build: yarn run build
33
start: yarn run dev
34
wait-on: 'http://localhost:3000'
35
# build-s3:
gallery/package.json
@@ -21,7 +21,7 @@
21
},
22
"scripts": {
23
"start": "react-scripts start",
24
- "build": "cross-env PRODUCTION=true react-scripts build",
+ "build": "react-scripts build",
25
"test": "react-scripts test",
26
"eject": "react-scripts eject"
27
0 commit comments