Skip to content

Commit

Permalink
restore correct build and start
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF committed Aug 25, 2023
1 parent c7447d4 commit 6e5609c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
"scripts": {
"test": "react-scripts test --coverage -i",
"testw": "react-scripts test --watch",
"start": "react-scripts start --max-old-space-size=4096",
"start": "react-scripts --max-old-space-size=4096 start",
"start-insee": "cross-env REACT_APP_INSEE=true react-scripts start",
"dev:server": "concurrently \"npm run server\" \"npm run start\"",
"server": "node ./fake-server/server.js",
"build": "npm run generate-entrypoint && react-scripts build --max-old-space-size=4096",
"build": "npm run generate-entrypoint && react-scripts --max-old-space-size=4096 build",
"build-insee": "cross-env REACT_APP_INSEE=true react-scripts build",
"lint": "eslint ./src -f table || true",
"lint:fix": "eslint ./src -f table --fix || true",
Expand Down

0 comments on commit 6e5609c

Please sign in to comment.