Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Jun 7, 2022
1 parent c5e9fce commit 1fb0b9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@
},
"scripts": {
"start": "cross-env HTTPS=true npm run sync-assets && react-app-rewired start",
"start:local": "cross-env REACT_APP_CHAIN_ID=1337 yarn start",
"start:local": "cross-env REACT_APP_DEFAULT_CHAIN_ID=1337 yarn start",
"start:rinkeby": "cross-env REACT_APP_CHAIN_ID=4 yarn start",
"start:rinkeby-staging": "cross-env REACT_APP_CHAIN_ID=4 REACT_APP_STAGING=true yarn start",
"start:gnosis": "cross-env REACT_APP_CHAIN_ID=100 yarn start",
"start:rinkeby-staging": "cross-env REACT_APP_DEFAULT_CHAIN_ID=4 REACT_APP_STAGING=true yarn start",
"start:gnosis": "cross-env REACT_APP_DEFAULT_CHAIN_ID=100 yarn start",
"build": "npm run sync-assets && react-app-rewired build",
"build:gnosis": "cross-env REACT_APP_CHAIN=100 && yarn build",
"build:rinkeby": "cross-env REACT_APP_APP_NAME=conviction-beta REACT_APP_CHAIN_ID=4 yarn build",
"build:gnosis": "cross-env REACT_APP_DEFAULT_CHAIN_ID=100 && yarn build",
"build:rinkeby": "cross-env REACT_APP_DEFAULT_CHAIN_ID=4 yarn build",
"lint": "eslint src --no-error-on-unmatched-pattern --ext js,jsx,ts,tsx",
"lint-fix": "eslint --fix src --no-error-on-unmatched-pattern",
"format": "prettier --write \"src/**/*.+(js|jsx|json|css|md)\"",
Expand Down

0 comments on commit 1fb0b9e

Please sign in to comment.