Skip to content

Commit

Permalink
remove frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Sep 5, 2024
1 parent 7cb4ff8 commit 80f2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/executables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { execa } from "execa"
const cwd = "./node_modules/nexus"

export const init = async () =>
await execa({ cwd })`yarn install --frozen-lockfile`
await execa({ cwd })`yarn install`

export const cleanOne = async (rpcPort: number) =>
await execa({ cwd })`rm -rf ./deployments/anvil-${rpcPort}`
Expand Down

0 comments on commit 80f2963

Please sign in to comment.