Skip to content

Commit

Permalink
fix: fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Apr 9, 2022
1 parent c8cf460 commit c4bc886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function useReleaseProject(cli: CAC) {
consola.info(`Release Type: ${chalk.cyan(projectReleaseType)}`);

const { version: rawVersion, name: packageName } =
CLIUtils.readJsonSync<PackageJson>(projectPackageJsonPath);
CLIUtils.readJsonSync<Required<PackageJson>>(projectPackageJsonPath);

const bumpedVersion = inc(rawVersion, projectReleaseType);

Expand Down

0 comments on commit c4bc886

Please sign in to comment.