add testserve script to package.json

This commit is contained in:
Jack Case
2025-12-10 21:16:09 +00:00
parent 6a5c81104e
commit 38e256a2ba

View File

@@ -13,7 +13,8 @@
"scripts": {
"build": "dev-scripts/build-extension.sh",
"pretest": "tsc",
"test": "xvfb-run -a jasmine-browser-runner runSpecs"
"test": "xvfb-run -a jasmine-browser-runner runSpecs",
"testserve": "tsc --watch & jasmine-browser-runner serve"
},
"type": "module"
}