From d52c901f77485f6ea482e16c8bce7accf47f3ac4 Mon Sep 17 00:00:00 2001 From: Kyle Capehart Date: Fri, 4 Oct 2024 15:13:31 -0400 Subject: [PATCH] update compile script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e07e6b0..663b226 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ ] }, "compile": { - "command": "tsc -p . --pretty --incremental", + "command": "tsc -p . --pretty --incremental && cp -r src/templates/ lib/templates/ && cp -r test/xml lib/test/xml && mkdir lib/test/xmlBackup", "files": [ "src/**/*.ts", "**/tsconfig.json",