Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianoNaraku committed Sep 16, 2023
1 parent c94e6cd commit 40b2f3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@
},
"scripts": {
"____________________________________production______________________________": "",
"start-rewired": "react-app-rewired start",
"debug": "npm start && echo http://localhost:3000/ click this using CTRL+SFHIT",
"test-rewired": "react-app-rewired test",
"start": "react-app-rewired start",
"poststart": "echo to debug http://localhost:3000/ click this using CTRL+SFHIT",
"test": "react-app-rewired test",
"serve": "serve -s build",
"______________________________________deploy________________________________": "",
"build-rewired": "react-app-rewired build",
"postbuild-rewired": "npm run serve",
"build": "react-app-rewired build",
"postbuild": "npm run serve",
"dev": "docker-compose -f docker-compose.dev.yml up",
"________________________________other_build_modes___________________________": "",
"___________________________________misc_utilities___________________________": "",
"pushmde": "git push mdegroup",
"nv": "nvm install 16.13.0",
"eject__dangerous__": "react-scripts eject",
"____________________________________old_archive_____________________________": "",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"start-legacy": "react-scripts start",
"build-legacy": "react-scripts build",
"test-legacy": "react-scripts test",
"start-ssl": "react-scripts --openssl-legacy-provider start",
"build-ssl": "react-scripts --openssl-legacy-provider build",
"predeploy_old": "npm run build",
Expand Down

0 comments on commit 40b2f3a

Please sign in to comment.