Skip to content

Commit

Permalink
Fix release script (prettier#15016)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jul 7, 2023
1 parent 7543021 commit 6e5dee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { format } from "../index.js";
import { getSupportInfo } from "../src/main/support.js";
import generateSchema from "./utils/generate-schema.mjs";
import generateSchema from "./utils/generate-schema.js";

console.log(
await format(JSON.stringify(generateSchema(getSupportInfo().options)), {
Expand Down
2 changes: 2 additions & 0 deletions scripts/release/steps/update-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default async function updateVersion({ version }) {
),
);

await runYarn(["install"], { cwd: "./website" });

await runYarn(["update-stable-docs"], {
cwd: "./website",
});
Expand Down

0 comments on commit 6e5dee0

Please sign in to comment.