Skip to content

Commit 06d1b79

Browse files
committed
ci: add biome format and lint commands
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 1b675e9 commit 06d1b79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"url": "https://github.com/twilio-labs/plugin-token.git"
5656
},
5757
"scripts": {
58+
"biome:format": "npx @biomejs/biome format --write .",
59+
"biome:lint": "npx @biomejs/biome lint .",
60+
"biome:lint:write": "npx @biomejs/biome lint --write .",
5861
"postpack": "rm -f oclif.manifest.json",
5962
"posttest": "eslint --ignore-path .gitignore . && npm audit",
6063
"prepack": "oclif-dev manifest && oclif-dev readme",

0 commit comments

Comments
 (0)