Skip to content

Commit a09058d

Browse files
committed
remove -r
1 parent d5ea1d5 commit a09058d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "eliza",
33
"scripts": {
4-
"install": "pnpm i -r --frozen-lockfile",
5-
"i": "pnpm i -r --frozen-lockfile",
6-
"update": "pnpm i -r",
4+
"install": "pnpm i --frozen-lockfile",
5+
"i": "pnpm i --frozen-lockfile",
6+
"update": "pnpm i",
77
"preinstall": "npx only-allow pnpm",
88
"build": "turbo run build --filter=!eliza-docs",
99
"build-docker": "turbo run build",

0 commit comments

Comments
 (0)