Skip to content

Commit

Permalink
update compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Oct 4, 2024
1 parent d9dc112 commit d52c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d52c901

Please sign in to comment.