refactor: move scripts to ts_install directory

This commit is contained in:
2025-08-11 19:08:51 +00:00
parent 6a08d3c816
commit bc3028af55
4 changed files with 3 additions and 3 deletions

View File

@@ -10,10 +10,10 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 60)", "test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild --web --allowimplicitany)", "build": "(tsbuild tsfolders --allowimplicitany)",
"buildDocs": "(tsdoc)", "buildDocs": "(tsdoc)",
"download-schematron": "tsx scripts/download-schematron.ts", "download-schematron": "tsx ts_install/download-schematron.ts",
"download-test-samples": "tsx scripts/download-test-samples.ts", "download-test-samples": "tsx ts_install/download-test-samples.ts",
"test:conformance": "tstest test/test.conformance-harness.ts" "test:conformance": "tstest test/test.conformance-harness.ts"
}, },
"devDependencies": { "devDependencies": {