fix(build/publishing): Remove migration guide and update publishing and schematron download configurations

This commit is contained in:
2025-08-11 19:35:16 +00:00
parent cdb30d867d
commit a106d66a10
6 changed files with 17 additions and 245 deletions

View File

@@ -4,7 +4,7 @@
* Script to download official Schematron files for e-invoice validation
*/
import { SchematronDownloader } from '../ts/formats/validation/schematron.downloader.js';
import { SchematronDownloader } from '../dist_ts/formats/validation/schematron.downloader.js';
async function main() {
console.log('📥 Starting Schematron download...\n');

View File

@@ -0,0 +1,3 @@
{
"order": 1
}