Skip to content

Commit

Permalink
feat: reserve commands for chromium and debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SunriseFox authored and Artoria2e5 committed Sep 14, 2019
1 parent fe7e7bc commit f550344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -8,10 +8,13 @@
},
"scripts": {
"start": "react-app-rewired start",
"start:debug": "node --inspect-brk node_modules/react-app-rewired/scripts/start.js",
"start:firefox": "react-app-rewired start --firefox",
"start:android": "react-app-rewired start --firefox-android",
"start:chromium": "react-app-rewired start --chromium",
"prepare:firefox": "firefox -CreateProfile ./.firefox",
"build": "react-app-rewired build",
"build:debug": "node --inspect-brk node_modules/react-app-rewired/scripts/build.js",
"test": "react-app-rewired test",
"storybook": "start-storybook -p 9009 -s public --quiet",
"storybook-build": "build-storybook -s public --quiet",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Expand Up @@ -16889,10 +16889,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:

"webpack-web-ext-plugin@github:sunrisefox/webpack-web-ext-plugin":
version "0.0.1"
resolved "https://codeload.github.com/sunrisefox/webpack-web-ext-plugin/tar.gz/58e0e10b748539256e1008e1912847fd8eb73b0d"
resolved "https://codeload.github.com/sunrisefox/webpack-web-ext-plugin/tar.gz/d8f71a4f2ed3792662b6cea423bfa0d6e6154243"
dependencies:
inquirer "^7.0.0"
web-ext "^3.1.1"

webpack@4.39.1:
version "4.39.1"
Expand Down

0 comments on commit f550344

Please sign in to comment.