We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666c6d7 commit 9e2bebdCopy full SHA for 9e2bebd
package.json
@@ -13,7 +13,7 @@
13
"watch:buildesm": "tsc -w -m es6 --outDir lib-esm",
14
"watch:dts-downlevel": "npm run fixdts",
15
"watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
16
- "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
+ "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary",
17
"changelog": "node scripts/update_changelog.js",
18
"release": "node scripts/release.js"
19
},
0 commit comments