You've already forked TaskManagerFor1C
mirror of
https://github.com/wizi4d/TaskManagerFor1C.git
synced 2026-04-26 20:43:27 +02:00
3 lines
173 B
Bash
3 lines
173 B
Bash
|
|
#!/bin/sh
|
||
|
|
echo "Start hooks post-merge. Compile erf and epf files"
|
||
|
|
oscript -encoding=utf-8 "utils\precommit1c\v8files-extractor.os" --compile "src\tests" "tests" --recursive
|