Skip to content

Commit

Permalink
Merge pull request #83 from gnosisguild/chore_remove_old_scripts
Browse files Browse the repository at this point in the history
chore remove node scripts
  • Loading branch information
juliopavila authored Jan 15, 2025
2 parents 76fbb01 + 185049f commit 7a701dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/exit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"homepage": "./",
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:types": "typechain --target ethers-v5 --out-dir ./src/contracts/types ./src/contracts/abis/*.json",
Expand Down

0 comments on commit 7a701dd

Please sign in to comment.