Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Oct 18, 2023
2 parents f5a92b5 + e69af4d commit 5ed0800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/cowswap-frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default defineConfig(({ mode }) => {
}

return {
base: './',
define: {
...getReactProcessEnv(mode),
},
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
},
"scripts": {
"start": "nx run cowswap-frontend:serve",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx build cowswap-frontend",
"ipfs:build": "PUBLIC_URL=\".\" yarn build",
"ipfs:publish": "npx ipfs-deploy build -p pinata -O",
"preview": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx run cowswap-frontend:preview",
"cosmos:export": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx run cowswap-frontend:cosmos:export",
"cosmos": "nx run cowswap-frontend:cosmos:run",
"test": "nx run-many -t test --output-style=stream",
"e2e": "nx run-many -t e2e",
"lint": "nx run-many -t lint",
"prebuild": "nx run cowswap-frontend:i18n",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=32768 nx build cowswap-frontend",
"prepare": "husky install",
"postinstall": "yarn run patch-package",
"analyze-build": "cross-env ANALYZE_BUNDLE=true ANALYZE_BUNDLE_TEMPLATE=sunburst yarn build"
Expand Down

0 comments on commit 5ed0800

Please sign in to comment.