Skip to content

Commit

Permalink
remove -r
Browse files Browse the repository at this point in the history
  • Loading branch information
monilpat committed Dec 15, 2024
1 parent d5ea1d5 commit a09058d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eliza",
"scripts": {
"install": "pnpm i -r --frozen-lockfile",
"i": "pnpm i -r --frozen-lockfile",
"update": "pnpm i -r",
"install": "pnpm i --frozen-lockfile",
"i": "pnpm i --frozen-lockfile",
"update": "pnpm i",
"preinstall": "npx only-allow pnpm",
"build": "turbo run build --filter=!eliza-docs",
"build-docker": "turbo run build",
Expand Down

0 comments on commit a09058d

Please sign in to comment.