Skip to content

Commit 2b0de4d

Browse files
committed
ci: update biome:format and add biome:format:write
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 3bf2302 commit 2b0de4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"url": "https://github.com/twilio-labs/plugin-token.git"
5656
},
5757
"scripts": {
58-
"biome:format": "npx @biomejs/biome format --write .",
58+
"biome:format": "npx @biomejs/biome format .",
59+
"biome:format:write": "npx @biomejs/biome format --write .",
5960
"biome:lint": "npx @biomejs/biome lint .",
6061
"biome:lint:write": "npx @biomejs/biome lint --write .",
6162
"postpack": "rm -f oclif.manifest.json",

0 commit comments

Comments
 (0)