mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Chore: Fix Android buiold
This commit is contained in:
parent
1f2ecd08eb
commit
530a620d68
@ -80,7 +80,7 @@ async function createRelease(name: string, tagName: string, version: string): Pr
|
||||
const filename = `${rnDir}/package.json`;
|
||||
let content = await fs.readFile(filename, 'utf8');
|
||||
originalContents[filename] = content;
|
||||
content = content.replace(/\s+"@joplin\/react-native-vosk": ".*",/, '');
|
||||
content = content.replace(/\s+"react-native-vosk": ".*",/, '');
|
||||
await fs.writeFile(filename, content);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user