Skip to content

Commit

Permalink
Merge pull request #406 from RandomSearch18/fix-test-web-script
Browse files Browse the repository at this point in the history
Fix `open-in-browser` NPM script
  • Loading branch information
alanhamlett authored Nov 7, 2024
2 parents 9893af3 + b613912 commit 21d0605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"compile": "webpack --mode none",
"compile:dev": "tsc -p ./",
"watch": "webpack --mode none --watch",
"open-in-browser": "vscode-test-web --open-devtools --version sources --extensionDevelopmentPath=. .",
"open-in-browser": "vscode-test-web --open-devtools --quality insiders --extensionDevelopmentPath=. .",
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
},
"contributes": {
Expand Down

0 comments on commit 21d0605

Please sign in to comment.