Skip to content

Commit

Permalink
build: delete unnecesary max-old-space-size (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Nov 1, 2023
1 parent 669a980 commit 65e2ad7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"start:cosmos": "nx run cowswap-frontend:cosmos:run",
"build": "yarn run build:cowswap",
"build:all": "nx run-many -t build",
"build:cowswap": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx build cowswap-frontend",
"build:cowswap": "nx build cowswap-frontend",
"build:widget": "nx build widget-configurator",
"build:cosmos": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx run cowswap-frontend:build:cosmos",
"build:cosmos": "nx run cowswap-frontend:build:cosmos",
"ci:build": "yarn run build:cowswap && yarn run build-widget",
"ipfs:build": "PUBLIC_URL=\".\" yarn build",
"ipfs:publish": "npx ipfs-deploy build -p pinata -O",
"i18n": "nx run-many -t i18n",
"preview": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx run cowswap-frontend:preview",
"test": "nx run-many -t test",
"preview": "nx run cowswap-frontend:preview",
"test": "yarn test:all",
"test:all": "nx run-many -t test",
"e2e": "nx run-many -t e2e",
"lint": "nx run-many -t lint",
"prebuild-app": "yarn i18n",
Expand Down

0 comments on commit 65e2ad7

Please sign in to comment.