Skip to content

Commit

Permalink
Add --devtools option to dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 13, 2023
1 parent 4b50200 commit 70f9a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test-functional-dev": "cross-env NODE_ENV=development npm run test-functional",
"coverage": "nyc --reporter=html --reporter=text mocha --reporter=progress test/setup.js test/features/*.test.js --timeout 60000",
"build": "npm test && web-ext build --overwrite-dest -s src",
"dev": "web-ext run -s src"
"dev": "web-ext run -s src --devtools"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,10 +42,10 @@
"webextensions-jsdom": "^1.4.1"
},
"dependencies": {
"web-ext": "^7.6.2"
"web-ext": "^6.7.0"
},
"volta": {
"node": "16.14.1",
"npm": "8.5.0"
"npm": "8.5.0"
}
}

0 comments on commit 70f9a4e

Please sign in to comment.