Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: add missing --experimental-cli
  • Loading branch information
btea committed Oct 27, 2025
commit c1735157be1f97e755d3d8f816450a7e0b786b27
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"lint-staged": {
"*.{js,ts,vue,json}": [
"prettier --write"
"prettier --write --experimental-cli"
]
},
"publishConfig": {
Expand Down
Loading