@akanjs/cli 0.0.49 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4221,7 +4221,6 @@ page.tsx_end
|
|
|
4221
4221
|
if (buildResult.outputFiles)
|
|
4222
4222
|
buildResult.outputFiles.map((file) => distPkg.writeFile(file.path, file.text));
|
|
4223
4223
|
if (["@akanjs/next", "@akanjs/common"].includes(pkg.name)) {
|
|
4224
|
-
await import_promises3.default.rm(`${distPkg.cwdPath}/index.js`);
|
|
4225
4224
|
await import_promises3.default.cp(`${pkg.cwdPath}/index.ts`, `${distPkg.cwdPath}/index.ts`);
|
|
4226
4225
|
}
|
|
4227
4226
|
distPkg.writeJson("package.json", pkgPackageJson);
|