Skip to content

Commit

Permalink
sync lock
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 23, 2023
1 parent 18e3da2 commit 0237dbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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

const { exec } = require("child_process");
import { exec } from "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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@t3-oss/env-root",
"packageManager": "pnpm@8.3.1",
"private": true,
"type": "module",
"scripts": {
"build": "turbo build --filter @t3-oss/env*",
"dev": "turbo dev --filter @t3-oss/env*",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0237dbe

Please sign in to comment.