Skip to content

Commit

Permalink
Added Windows dev env command
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-titan authored Jan 2, 2024
1 parent 1f28819 commit 19f0c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"dev:link": "./scripts/dev_link_repos.sh",
"debug": "concurrently \"BROWSER=none react-scripts start\" \"wait-on $npm_package_config_cra_dev_serv && ELECTRON_START_URL=$npm_package_config_cra_dev_serv electron . --inspect\"",
"dev": "npm run clear-electron-cache && concurrently \"BROWSER=none react-scripts start\" \"wait-on $npm_package_config_cra_dev_serv && DEBUG=true ELECTRON_START_URL=$npm_package_config_cra_dev_serv electron . \"",
"dev-win": "set BROWSER=none && concurrently \"react-scripts start\" \"npm run dev-win:window\"",
"dev-win:window": "set DEBUG=true && set ELECTRON_START_URL=http://localhost:3000 && electron .",
"web-build": "npm run clear-cache:eslint && react-scripts build",
"desktop-build": "PYTHON_PATH=/usr/local/bin/python electron-builder -wlm --c.extraMetadata.main=build/electron.js --publish=never",
"desktop-build-mac": "electron-builder -m --c.extraMetadata.main=build/electron.js --publish=never",
Expand Down

0 comments on commit 19f0c3f

Please sign in to comment.