Skip to content

Commit d157e04

Browse files
committed
fix: script
1 parent eebae57 commit d157e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "npm run test:ios",
4141
"test:ios": "cd ios && xcodebuild test -workspace Plugin.xcworkspace -scheme Plugin -destination 'platform=iOS Simulator,name=iPhone 16' && cd ..",
4242
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
43-
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --autocorrect --format",
43+
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
4444
"eslint": "eslint . --ext .ts",
4545
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
4646
"swiftlint": "node-swiftlint",

0 commit comments

Comments
 (0)