Skip to content

Commit

Permalink
refactor: change formatting command
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 16, 2022
1 parent b0bb994 commit dc8852d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Prettier
run: |
npm run prettier:check:ci
npm run format:check
- name: Code Coverage
uses: codecov/codecov-action@v1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"theme-readme-gen": "node scripts/generate-theme-doc",
"preview-theme": "node scripts/preview-theme",
"generate-langs-json": "node scripts/generate-langs-json",
"prettier:check:ci": "./node_modules/.bin/prettier --check .",
"prettier:format": "./node_modules/.bin/prettier --write ."
"format": "./node_modules/.bin/prettier --write .",
"format:check": "./node_modules/.bin/prettier --check ."
},
"author": "Anurag Hazra",
"license": "MIT",
Expand Down

0 comments on commit dc8852d

Please sign in to comment.