Skip to content

Commit 686b6af

Browse files
committed
fix: fix the error syntax to get update
1 parent ccfecb5 commit 686b6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lc": "lc -d src",
77
"lk": "lk -d src",
88
"lf": "lf -d src",
9-
"update": "npm install --dev leetcode-practice@latest"
9+
"update": "npm install --save-dev leetcode-practice@latest"
1010
},
1111
"keywords": [
1212
"leetcode-practice",

0 commit comments

Comments
 (0)