Skip to content

Commit b7c9932

Browse files
committed
chore: added style fix command
1 parent dbe1fc1 commit b7c9932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"lint:fix": "npm run lint -- --fix",
4141
"lint": "eslint \"src/**/*.ts\"",
4242
"semantic-release": "semantic-release",
43+
"style-fix": "npx prettier --write \"src/**/*.ts\"",
4344
"style-check": "npx prettylint 'src/**/*.ts'",
4445
"test": "node ./out/test/runTest.js",
4546
"tools:genReadme": "node ./out/tools/generateConfigSectionForReadme.js",

0 commit comments

Comments
 (0)