1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

remove crowdin.yml from build

This commit is contained in:
kkapsner 2023-05-30 19:04:40 +02:00
parent 2a6c564ed8
commit 053ae6725e
2 changed files with 4 additions and 0 deletions

View file

@ -69,6 +69,8 @@ async function run(){
"--ignore-files",
"versions",
"--ignore-files",
"crowdin.yml",
"--ignore-files",
"package*"
];
const child = child_process.spawn("web-ext", childArgs, {stdio: "inherit"});