Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Sep 24, 2024
1 parent 5fae24d commit 3de2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/changeset-version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ORIGINALLY FROM CLOUDFLARE WRANGLER:
// https://github.com/cloudflare/wrangler2/blob/main/.github/changeset-version.js

import { exec } from "child_process";
const { exec } = require("child_process");
// This script is used by the `release.yml` workflow to update the version of the packages being released.
// The standard step is only to run `changeset version` but this does not update the package-lock.json file.
// So we also run `npm install`, which does this update.
Expand Down

0 comments on commit 3de2ec2

Please sign in to comment.