Skip to content

Commit 629a33e

Browse files
committed
chore: add format and format:check scripts
1 parent 1d44ef6 commit 629a33e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"build": "tsup",
3131
"example:custom-properties": "ts-node ./examples/custom-properties.ts",
3232
"example:custom-media-queries": "ts-node ./examples/custom-media-queries.ts",
33+
"format": "prettier --write .",
34+
"format:check": "prettier --check .",
3335
"prebuild": "rimraf ./dist",
3436
"prepublishOnly": "npm run build",
3537
"test": "vitest",

0 commit comments

Comments
 (0)