Skip to content

Commit c173515

Browse files
committed
chore: add missing --experimental-cli
1 parent ef3222f commit c173515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"lint-staged": {
6161
"*.{js,ts,vue,json}": [
62-
"prettier --write"
62+
"prettier --write --experimental-cli"
6363
]
6464
},
6565
"publishConfig": {

0 commit comments

Comments
 (0)