compile scripts before test, run tests on scripts dir

This commit is contained in:
Jack Case
2025-12-09 21:22:18 +00:00
parent c7df783671
commit 01b330c22e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
},
"scripts": {
"build": "dev-scripts/build-extension.sh",
"pretest": "tsc",
"test": "jasmine-browser-runner runSpecs"
}
}