Skip to content

Commit

Permalink
fixup! fix(a3p-integration): Patch Hardened JS compatibility into n:u…
Browse files Browse the repository at this point in the history
…pgrade-next dependencies
  • Loading branch information
gibson042 committed Nov 17, 2024
1 parent 490e6e0 commit 5192642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion a3p-integration/proposals/n:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error 'lint:*'",
"lint:types": "tsc",
"lint:eslint": "eslint ."
"lint:eslint": "eslint .",
"postinstall": "patch-package"
},
"packageManager": "[email protected]",
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions a3p-integration/proposals/n:upgrade-next/use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# Exit when any command fails
set -uxeo pipefail

# Patch in Hardened JS compatibility
# https://github.com/axios/axios/issues/6264
# https://github.com/protobufjs/protobuf.js/pull/1742
yarn run patch-package

node ./addGov4

# Econ Committee accept invitations for Committee and Charter
Expand Down

0 comments on commit 5192642

Please sign in to comment.