diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0a8b27f94..e312e7c30 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "stylelint": "stylelint '**/*.css'", "stylelint_fix": "stylelint --fix '**/*.css'", "test": "npm run eslint && npm run stylelint && npm run markdownlint", - "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" + "fix": "npm run eslint_fix && npm run stylelint_fix && npm run rtlcss && npm run markdownlint_fix" }, "devDependencies": { "eslint": "^9.39.0", |
