Skip to content

Commit d0c5aa1

Browse files
committed
perf: use prettier cache
chore: remove superfluous prettier-ignore comment
1 parent f706c97 commit d0c5aa1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

airdrops/v1.3.0/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# v1.3.0
22

3-
<!-- prettier-ignore -->
43
> [!NOTE]
5-
> Versioning begins at `1.3.0` as airdrops protocol is the successor of [V2 Periphery](https://github.com/sablier-labs/v2-periphery). For previous deployments, see `periphery` under [lockup](../../lockup/) directory.
4+
>
5+
> Versioning begins at `1.3.0` as airdrops protocol is the successor of
6+
> [V2 Periphery](https://github.com/sablier-labs/v2-periphery). For previous deployments, see `periphery` under
7+
> [lockup](../../lockup/) directory.
68
79
## Contracts deployed
810

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"repository": "github.com:sablier-labs/deployments",
3232
"scripts": {
3333
"prepare": "husky",
34-
"prettier:check": "prettier --check \"**/*.{json,md,yml}\"",
35-
"prettier:write": "prettier --write \"**/*.{json,md,yml}\""
34+
"prettier:check": "prettier --cache --check \"**/*.{json,md,yml}\"",
35+
"prettier:write": "prettier --cache --write \"**/*.{json,md,yml}\""
3636
}
3737
}

0 commit comments

Comments
 (0)