Skip to content

Commit

Permalink
chore: removed relay from build cmg
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Sep 9, 2024
1 parent 60d2b84 commit 23bd32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "yarn run && craco start",
"build": "REACT_APP_SENTRY_RELEASE=$(git rev-parse --verify HEAD) yarn run relay && craco build",
"build": "REACT_APP_SENTRY_RELEASE=$(git rev-parse --verify HEAD) yarn run craco build",
"lint": "eslint src",
"check-types": "tsc --noEmit",
"eject": "craco eject",
Expand Down

0 comments on commit 23bd32a

Please sign in to comment.