Skip to content

Commit 3114582

Browse files
authored
chore: add missing --experimental-cli (#848)
1 parent ef3222f commit 3114582

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)