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 1b675e9 commit 06d1b79Copy full SHA for 06d1b79
package.json
@@ -55,6 +55,9 @@
55
"url": "https://github.com/twilio-labs/plugin-token.git"
56
},
57
"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 .",
61
"postpack": "rm -f oclif.manifest.json",
62
"posttest": "eslint --ignore-path .gitignore . && npm audit",
63
"prepack": "oclif-dev manifest && oclif-dev readme",
0 commit comments