Create prebuild.mjs

pull/7406/head
tugcekucukoglu 2025-03-11 11:58:55 +03:00
parent 5ff6e7dd37
commit 41ac26ce09
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import path from 'path';
import { removeBuild, resolvePath, updatePackageJson } from '../../../scripts/build-helper.mjs';
removeBuild(import.meta.url);
updatePackageJson(path.resolve(resolvePath(import.meta.url).__dirname, '../package.json'));