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",