Skip to content

Commit a609960

Browse files
committed
fix: update package json ef install script
1 parent 6feeae1 commit a609960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "pnpm --parallel build",
1010
"publish": "pnpm run -F=backend publish",
1111
"migrate:add": "pnpm -F=backend migrate:add",
12-
"ef:insatll": "pnpm -F=backend ef:install",
12+
"ef:install": "pnpm -F=backend ef:install",
1313
"ef:bundle": "pnpm -F=backend ef:bundle",
1414
"lint": "pnpm -F=frontend lint",
1515
"format": "pnpm -F=frontend format",

0 commit comments

Comments
 (0)