Skip to content

Commit

Permalink
Hotfix for broken build scripts in 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdejong committed Nov 10, 2022
1 parent 66e9027 commit fbb0fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: PRODUCTION=true && yarn run build
build: yarn run build
start: yarn run dev
wait-on: 'http://localhost:3000'
# build-s3:
Expand Down
2 changes: 1 addition & 1 deletion gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env PRODUCTION=true react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit fbb0fe9

Please sign in to comment.