We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf2302 commit 2b0de4dCopy full SHA for 2b0de4d
package.json
@@ -55,7 +55,8 @@
55
"url": "https://github.com/twilio-labs/plugin-token.git"
56
},
57
"scripts": {
58
- "biome:format": "npx @biomejs/biome format --write .",
+ "biome:format": "npx @biomejs/biome format .",
59
+ "biome:format:write": "npx @biomejs/biome format --write .",
60
"biome:lint": "npx @biomejs/biome lint .",
61
"biome:lint:write": "npx @biomejs/biome lint --write .",
62
"postpack": "rm -f oclif.manifest.json",
0 commit comments