Skip to content

Instantly share code, notes, and snippets.

@colinhacks
Last active April 23, 2024 19:55
Show Gist options
  • Save colinhacks/28af8f8756b8afbff3bbbd5f85b49827 to your computer and use it in GitHub Desktop.
Save colinhacks/28af8f8756b8afbff3bbbd5f85b49827 to your computer and use it in GitHub Desktop.

Revisions

  1. colinhacks revised this gist Apr 23, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion script.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    gh repo clone https://github.com/t3-oss/t3-env t3env
    cd t3env
    git checkout @t3-oss/[email protected]
    pnpm
    pnpm i
    pnpm update zod --latest --recursive
    pnpm run build
  2. colinhacks created this gist Apr 23, 2024.
    6 changes: 6 additions & 0 deletions script.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    gh repo clone https://github.com/t3-oss/t3-env t3env
    cd t3env
    git checkout @t3-oss/[email protected]
    pnpm
    pnpm update zod --latest --recursive
    pnpm run build