mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 19:12:07 +03:00
7c2574b1ca
Co-authored-by: Himself65 <himself65@outlook.com>
8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
import { execSync } from 'node:child_process';
|
|
|
|
export default async function () {
|
|
execSync('yarn ts-node-esm scripts/', {
|
|
cwd: path.join(__dirname, '..'),
|
|
});
|
|
}
|