Skip to content

Commit

Permalink
try rm frozenlockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Nov 13, 2023
1 parent 037a94c commit 6a85076
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/src/psp-utils/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const initRepo = async (name: string, type: ProjectType, flags: any) => {
`${process.cwd()}/${name}/programs`
);

await executeCommandInDir("pnpm", ["install", "--no-frozen-lockfile"], name);
await executeCommandInDir("pnpm", ["install"], name);
};

export const cliFlags = {
Expand Down
61 changes: 55 additions & 6 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 6a85076

Please sign in to comment.